浏览代码

changelog: move breaking section into unreleased (#1287)

Armani Ferrante 3 年之前
父节点
当前提交
4422902e86
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      CHANGELOG.md

+ 4 - 4
CHANGELOG.md

@@ -11,6 +11,10 @@ incremented for features.
 
 ## [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
 
 ### 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)).
 
-### 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
 
 ### Fixes