diff --git a/CHANGELOG.md b/CHANGELOG.md index 7720f2517d..b077e2aa2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ The minor version will be incremented upon a breaking change and the patch versi - cli: Support non-8-byte discriminators ([#3165](https://github.com/coral-xyz/anchor/pull/3165)). - idl: Disallow empty discriminators ([#3166](https://github.com/coral-xyz/anchor/pull/3166)). - cli: Add `--no-idl` option to the `test` command ([#3175](https://github.com/coral-xyz/anchor/pull/3175)). -- spl: Add `burn_checked`, `mint_to_checked` and `approve_checked` instructions ([#3128]([https://github.com/coral-xyz/anchor/pull/3186)). +- spl: Add `burn_checked`, `mint_to_checked` and `approve_checked` instructions ([#3186]([https://github.com/coral-xyz/anchor/pull/3186)). ### Fixes