update CHANGELOG citing new flush method

This commit is contained in:
Riccardo Casatta 2021-07-27 12:13:57 +02:00
parent e52550cfec
commit fe30716fa2
No known key found for this signature in database
GPG Key ID: FD986A969E450397

View 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`) - Added `RpcBlockchain` in the `AnyBlockchain` struct to allow using Rpc backend where `AnyBlockchain` is used (eg `bdk-cli`)
- Removed hard dependency on `tokio`. - Removed hard dependency on `tokio`.
- Added `flush` method to the `Database` trait to explicitly flush to disk latest changes on the db.
### Wallet ### Wallet