소스 검색

fix changelog (#1568)

Paul 3 년 전
부모
커밋
6dd0574cca
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      CHANGELOG.md

+ 1 - 4
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