From dc6b177141b7df59ac795dd528fa5817bc768e5a Mon Sep 17 00:00:00 2001 From: Drew Nutter Date: Tue, 14 Dec 2021 19:38:55 -0300 Subject: [PATCH] move breaking changelog to unreleased section --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4703a61985..846e48d01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ incremented for features. ## [Unreleased] +### Breaking + +* client: Client::new and Client::new_with_options now accept `Rc` instead of `Keypair` ([#975](https://github.com/project-serum/anchor/pull/975)). + ## [0.19.0] - 2021-12-08 ### Fixes @@ -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` instead of `Keypair` ([#975](https://github.com/project-serum/anchor/pull/975)). ## [0.18.2] - 2021-11-14