diff --git a/CHANGELOG.md b/CHANGELOG.md index 563a0b82ff..e72199a1b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ incremented for features. * ts: Mark `transaction`, `instruction`, `simulate` and `rpc` program namespaces as deprecated in favor of `methods` ([#1539](https://github.com/project-serum/anchor/pull/1539)). * ts: No longer allow manual setting of globally resolvable program public keys in `methods#accounts()`. ([#1548][https://github.com/project-serum/anchor/pull/1548]) +* lang: Remove space calculation using [`#[derive(Default)]`] (https://github.com/project-serum/anchor/pull/1519). ## [0.22.1] - 2022-02-28 @@ -31,10 +32,6 @@ incremented for features. * cli: Fix rust template ([#1488](https://github.com/project-serum/anchor/pull/1488)). -### Breaking - -* lang: Remove space calculation using [`#[derive(Default)]`] (https://github.com/project-serum/anchor/pull/1519). - ## [0.22.0] - 2022-02-20 ### Features