Skip to content

Commit 721748e

Browse files
committed
Fix CHANGELOG after merging release/0.10.0 branch
1 parent 976e641 commit 721748e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
- Added `flush` method to the `Database` trait to explicitly flush to disk latest changes on the db.
10+
911
## [v0.10.0] - [v0.9.0]
1012

1113
- Added `RpcBlockchain` in the `AnyBlockchain` struct to allow using Rpc backend where `AnyBlockchain` is used (eg `bdk-cli`)
1214
- Removed hard dependency on `tokio`.
13-
- Added `flush` method to the `Database` trait to explicitly flush to disk latest changes on the db.
1415

1516
### Wallet
1617

@@ -361,7 +362,7 @@ final transaction is created by calling `finish` on the builder.
361362
- Use `MemoryDatabase` in the compiler example
362363
- Make the REPL return JSON
363364

364-
[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.9.0...HEAD
365+
[unreleased]: https://github.com/bitcoindevkit/bdk/compare/v0.10.0...HEAD
365366
[0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk/compare/96c87ea5...0.1.0-beta.1
366367
[v0.2.0]: https://github.com/bitcoindevkit/bdk/compare/0.1.0-beta.1...v0.2.0
367368
[v0.3.0]: https://github.com/bitcoindevkit/bdk/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)