changelog: move breaking section into unreleased (#1287)

This commit is contained in:
Armani Ferrante 2022-01-10 12:57:43 -05:00 committed by GitHub
parent 787527fdff
commit 4422902e86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -11,6 +11,10 @@ incremented for features.
## [Unreleased] ## [Unreleased]
### Breaking
* ts: `Coder` is now an interface and the existing class has been renamed to `BorshCoder`. This change allows the generation of Anchor clients for non anchor programs ([#1259](https://github.com/project-serum/anchor/pull/1259/files)).
## [0.20.1] - 2022-01-09 ## [0.20.1] - 2022-01-09
### Fixes ### Fixes
@ -21,10 +25,6 @@ incremented for features.
* lang: Allow repr overrides for zero copy accounts ([#1273](https://github.com/project-serum/anchor/pull/1273)). * lang: Allow repr overrides for zero copy accounts ([#1273](https://github.com/project-serum/anchor/pull/1273)).
### Breaking
* ts: `Coder` is now an interface and the existing class has been renamed to `BorshCoder`. This change allows the generation of Anchor clients for non anchor programs ([#1259](https://github.com/project-serum/anchor/pull/1259/files)).
## [0.20.0] - 2022-01-06 ## [0.20.0] - 2022-01-06
### Fixes ### Fixes