diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a7332b9e..0f24f0b47a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ The minor version will be incremented upon a breaking change and the patch versi - cli: Allow force `init` and `new` ([#2698](https://github.com/coral-xyz/anchor/pull/2698)). - cli: Add verifiable option when `deploy` ([#2705](https://github.com/coral-xyz/anchor/pull/2705)). - cli: Add support for passing arguments to the underlying `solana program deploy` command with `anchor deploy` ([#2709](https://github.com/coral-xyz/anchor/pull/2709)). +- lang: Add `#[interface(..)]` attribute for instruction discriminator overrides ([#2728](https://github.com/coral-xyz/anchor/pull/2728)). +- ts: Add `.interface(..)` method for instruction discriminator overrides ([#2728](https://github.com/coral-xyz/anchor/pull/2728)). ### Fixes