]> Untitled Git - bdk/commitdiff
Merge branch 'release/0.10.0'
authorSteve Myers <steve@notmandatory.org>
Thu, 19 Aug 2021 17:55:24 +0000 (19:55 +0200)
committerSteve Myers <steve@notmandatory.org>
Thu, 19 Aug 2021 17:55:24 +0000 (19:55 +0200)
1  2 
CHANGELOG.md

diff --cc CHANGELOG.md
index 48440aeaacf7efa2276246982e8c2021b5bfd216,3591bb24fe8cddc26621c72d09a2591d9fd0e5fb..5122e5695e96b0c8a372fd4b46a4839d683edafe
@@@ -6,9 -6,10 +6,11 @@@ and this project adheres to [Semantic V
  
  ## [Unreleased]
  
+ ## [v0.10.0] - [v0.9.0]
  - Added `RpcBlockchain` in the `AnyBlockchain` struct to allow using Rpc backend where `AnyBlockchain` is used (eg `bdk-cli`)
  - Removed hard dependency on `tokio`.
 +- Added `flush` method to the `Database` trait to explicitly flush to disk latest changes on the db.
  
  ### Wallet