]> Untitled Git - bdk-cli/commitdiff
Reorganize and add bdk upgrade to CHANGELOG.md
authorSteve Myers <steve@notmandatory.org>
Wed, 2 Jun 2021 20:31:54 +0000 (13:31 -0700)
committerSteve Myers <steve@notmandatory.org>
Wed, 2 Jun 2021 20:31:54 +0000 (13:31 -0700)
CHANGELOG.md

index a3591057bb050ed41cbde093f3d88cf9a24b9df6..df1ad9e69c6e1f9d8786e3155a084d4b5b8e82d0 100644 (file)
@@ -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