Skip to content

Commit 4ccac38

Browse files
committed
Update CHANGELOG
1 parent 02a14bc commit 4ccac38

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,14 @@ This release uses a new docker image found at `solanafoundation/anchor` for the
2323
Releases for anchor will also be published under the `solanafoundation` Github organization from now on.
2424

2525
### Features
26-
- ts: Make `Provider` require publicKey instead of wallet in accounts resolver ([#3613](https://github.com/coral-xyz/anchor/pull/3613))
26+
27+
- cli, docker: Replace `backpackapp/build` Docker image with `solanafoundation/anchor` ([#3619](https://github.com/coral-xyz/anchor/pull/3619)).
28+
- ts: Make `Provider` require publicKey instead of wallet in accounts resolver ([#3613](https://github.com/coral-xyz/anchor/pull/3613))
2729

2830
### Fixes
2931

3032
- idl: Update `proc-macro2` usage for latest nightly ([#3663](https://github.com/solana-foundation/anchor/pull/3663))
3133
- ts: Fix parsing IDL with multiple const generics ([#3665](https://github.com/solana-foundation/anchor/pull/3665))
32-
- cli, docker: Replace `backpackapp/build` Docker image with `solanafoundation/anchor` ([#3619](https://github.com/coral-xyz/anchor/pull/3619)).
3334

3435
### Breaking
3536

docs/content/docs/updates/changelog.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,18 @@ patch version will be incremented for features.
1313

1414
### Features
1515

16-
- ts: Make `Provider` require publicKey instead of wallet in accounts resolver ([#3613](https://github.com/coral-xyz/anchor/pull/3613))
16+
- cli, docker: Replace `backpackapp/build` Docker image with
17+
`solanafoundation/anchor`
18+
([#3619](https://github.com/coral-xyz/anchor/pull/3619)).
19+
- ts: Make `Provider` require publicKey instead of wallet in accounts resolver
20+
([#3613](https://github.com/coral-xyz/anchor/pull/3613))
1721

1822
### Fixes
1923

20-
- idl: Update `proc-macro2` usage for latest nightly ([#3663](https://github.com/solana-foundation/anchor/pull/3663))
21-
- cli, docker: Replace `backpackapp/build` Docker image with `solanafoundation/anchor` ([#3619](https://github.com/coral-xyz/anchor/pull/3619)).
24+
- idl: Update `proc-macro2` usage for latest nightly
25+
([#3663](https://github.com/solana-foundation/anchor/pull/3663))
26+
- ts: Fix parsing IDL with multiple const generics
27+
([#3665](https://github.com/solana-foundation/anchor/pull/3665))
2228

2329
### Breaking
2430

0 commit comments

Comments
 (0)