Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lang: feature flag init if needed #1258

Merged
Prev Previous commit
Next Next commit
Merge branch 'master' into lang/feature-flag-init-if-needed
  • Loading branch information
armaniferrante authored Jan 10, 2022
commit 1cb647110b0e900791458cb3abae1be925fae235
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,23 @@ incremented for features.

## [Unreleased]

### Breaking

*lang: Put `init_if_needed` behind a feature flag to decrease wrong usage ([#1258](https://github.com/project-serum/anchor/pull/1258)).

## [0.20.1] - 2022-01-09

### Fixes

*lang: Improved error msgs when required programs are missing when using the `init` constraint([#1257](https://github.com/project-serum/anchor/pull/1257))

### Features

* lang: Allow repr overrides for zero copy accounts ([#1273](https://github.com/project-serum/anchor/pull/1273)).

### Breaking

*lang: Put `init_if_needed` behind a feature flag to decrease wrong usage ([#1258](https://github.com/project-serum/anchor/pull/1258))
* 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

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.