From eb83d4c8517c138d9e84875cfbe57e3861771aa9 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 2 Jun 2021 13:31:54 -0700 Subject: [PATCH] Reorganize and add bdk upgrade to CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a359105..df1ad9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 #### Added - `CliSubCommand::Compile` enum variant and `handle_compile_subcommand()` function + +#### Changed - Make repl and electrum default features -- Remove unwraps while handling CLI commands +- Upgrade to `bdk` v0.7.x ### `bdk-cli` bin @@ -19,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New top level command "Compile" which compiles a miniscript policy to an output descriptor - `CompactFilterOpts` to `WalletOpts` to enable compact-filter blockchain configuration +#### Changed +- Remove unwraps while handling CLI commands + ## [0.2.0] ### Project -- 2.49.0