fix changelog (#1568)

This commit is contained in:
Paul 2022-03-07 14:23:13 -05:00 committed by GitHub
parent c8d8cacd22
commit 6dd0574cca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -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