Add changelog

This commit is contained in:
henrye 2023-01-26 12:06:45 +00:00
parent 2a05075760
commit f285528d65
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ The minor version will be incremented upon a breaking change and the patch versi
- cli: Don't regenerate idl in read_all_programs(). ([#2332](https://github.com/coral-xyz/anchor/pull/2332)).
- ts: `provider.simulate` will send the transaction with `sigVerify: false` if no `signers` are present ([#2331](https://github.com/coral-xyz/anchor/pull/2331)).
- idl: Update the IDL program to use non-deprecated account types ([#2365](https://github.com/coral-xyz/anchor/pull/2365)).
- lang: Allow PDA account to be payers, i.e. `payer = `, without needing to pass in a signature ([#2371](https://github.com/coral-xyz/anchor/pull/2371)).
### Breaking