From f15f6f3e97f2d4757c4fa9bbc2fd4e37da6bbbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dean=20=E5=88=A9=E8=BF=AA=E6=81=A9?= Date: Thu, 22 Aug 2024 00:34:42 +0800 Subject: [PATCH] Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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