Skip to content

Commit

Permalink
move breaking changelog to unreleased section
Browse files Browse the repository at this point in the history
  • Loading branch information
dnut committed Dec 14, 2021
1 parent 4468efb commit dc6b177
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -11,6 +11,10 @@ incremented for features.

## [Unreleased]

### Breaking

* client: Client::new and Client::new_with_options now accept `Rc<dyn Signer>` instead of `Keypair` ([#975](https://github.com/project-serum/anchor/pull/975)).

## [0.19.0] - 2021-12-08

### Fixes
Expand All @@ -32,7 +36,6 @@ incremented for features.
### Breaking

* lang, ts: Error codes have been mapped to new numbers to allow for more errors per namespace ([#1096](https://github.com/project-serum/anchor/pull/1096)).
* client: Client::new and Client::new_with_options now accept `Rc<dyn Signer>` instead of `Keypair` ([#975](https://github.com/project-serum/anchor/pull/975)).

## [0.18.2] - 2021-11-14

Expand Down

0 comments on commit dc6b177

Please sign in to comment.