Paul 3 år sedan
förälder
incheckning
6dd0574cca
1 ändrade filer med 1 tillägg och 4 borttagningar
  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: 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])
 * 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
 ## [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)).
 * 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
 ## [0.22.0] - 2022-02-20
 
 
 ### Features
 ### Features