fix changelog

This commit is contained in:
Paul Schaaf 2022-03-07 14:24:22 -05:00
parent b6b209840c
commit 34eadb4df0
No known key found for this signature in database
GPG Key ID: 832D12D4356B4331
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@ incremented for features.
* lang: Add new `AccountSysvarMismatch` error code and test cases for sysvars ([#1535](https://github.com/project-serum/anchor/pull/1535)).
* spl: Add support for revoke instruction ([#1493](https://github.com/project-serum/anchor/pull/1493)).
* cli: Add support for `anchor idl fetch` to work outside anchor workspace ([#1509](https://github.com/project-serum/anchor/pull/1509)).
### Fixes
@ -39,7 +40,6 @@ incremented for features.
* lang: Add check that declared id == program id ([#1451](https://github.com/project-serum/anchor/pull/1451)).
* ts: Added float types support ([#1425](https://github.com/project-serum/anchor/pull/1425)).
* cli: Add `--skip-lint` option to disable check linting introduced in ([#1452](https://github.com/project-serum/anchor/pull/1452)) for rapid prototyping ([#1482](https://github.com/project-serum/anchor/pull/1482)).
* cli: Add support for `anchor idl fetch` to work outside anchor workspace ([#1509](https://github.com/project-serum/anchor/pull/1509)).
### Fixes