From: Riccardo Casatta Date: Tue, 27 Jul 2021 10:13:57 +0000 (+0200) Subject: update CHANGELOG citing new flush method X-Git-Tag: v0.11.0~8^2~1 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/struct.Encoder.html?a=commitdiff_plain;h=fe30716fa2ba59eb8e94cfa6a506597ab7febb1f;p=bdk update CHANGELOG citing new flush method --- diff --git a/CHANGELOG.md b/CHANGELOG.md index db401649..48440aea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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