]> Untitled Git - bdk/commitdiff
Fix CHANGELOG after merging release/0.10.0 branch
authorSteve Myers <steve@notmandatory.org>
Thu, 19 Aug 2021 19:13:10 +0000 (21:13 +0200)
committerSteve Myers <steve@notmandatory.org>
Wed, 25 Aug 2021 20:20:20 +0000 (22:20 +0200)
CHANGELOG.md

index 5122e5695e96b0c8a372fd4b46a4839d683edafe..d8a556d1ce04f7030eeb6d6419c367e4f0299eb3 100644 (file)
@@ -6,11 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+- Added `flush` method to the `Database` trait to explicitly flush to disk latest changes on the db.
+
 ## [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
 
@@ -361,7 +362,7 @@ final transaction is created by calling `finish` on the builder.
 - Use `MemoryDatabase` in the compiler example
 - Make the REPL return JSON
 
-[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.9.0...HEAD
+[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.10.0...HEAD
 [0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk/compare/96c87ea5...0.1.0-beta.1
 [v0.2.0]: https://github.com/bitcoindevkit/bdk/compare/0.1.0-beta.1...v0.2.0
 [v0.3.0]: https://github.com/bitcoindevkit/bdk/compare/v0.2.0...v0.3.0