]> Untitled Git - bdk/commitdiff
update CHANGELOG citing new flush method
authorRiccardo Casatta <riccardo@casatta.it>
Tue, 27 Jul 2021 10:13:57 +0000 (12:13 +0200)
committerRiccardo Casatta <riccardo@casatta.it>
Tue, 3 Aug 2021 10:34:26 +0000 (12:34 +0200)
CHANGELOG.md

index db4016497f4b72b8b3cb86125afa196d673f78ec..48440aeaacf7efa2276246982e8c2021b5bfd216 100644 (file)
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.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