diff --git a/CHANGELOG.md b/CHANGELOG.md index f097b395f0..3b834dbc73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ The minor version will be incremented upon a breaking change and the patch versi - ts: Improve error message of unsupported `view` method ([#3177](https://github.com/coral-xyz/anchor/pull/3177)). - idl: Fix panicking on tests ([#3197](https://github.com/coral-xyz/anchor/pull/3197)). - lang: Remove `arrayref` dependency ([#3201](https://github.com/coral-xyz/anchor/pull/3201)). +- cli: Fix template code shouldn't escape ([#3210](https://github.com/coral-xyz/anchor/pull/3210)). ### Breaking