From: Steve Myers Date: Wed, 2 Jun 2021 20:31:54 +0000 (-0700) Subject: Reorganize and add bdk upgrade to CHANGELOG.md X-Git-Tag: v0.3.0~40 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.HexToArrayError.html?a=commitdiff_plain;h=eb83d4c8517c138d9e84875cfbe57e3861771aa9;p=bdk-cli Reorganize and add bdk upgrade to CHANGELOG.md --- 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