File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed
docs/content/docs/updates Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,14 @@ This release uses a new docker image found at `solanafoundation/anchor` for the
2323Releases 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments