Skip to content

Commit 3e5bb07

Browse files
committed
Update CHANGELOG.md
1 parent 7c06f52 commit 3e5bb07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
- BIP39 implementation dependency, in `keys::bip39` changed from tiny-bip39 to rust-bip39.
1010
- Add new method on the `TxBuilder` to embed data in the transaction via `OP_RETURN`. To allow that a fix to check the dust only on spendable output has been introduced.
11+
- Update the `Database` trait to store the last sync timestamp and block height
1112

1213
## [v0.13.0] - [v0.12.0]
1314

@@ -391,4 +392,4 @@ final transaction is created by calling `finish` on the builder.
391392
[v0.10.0]: https://github.com/bitcoindevkit/bdk/compare/v0.9.0...v0.10.0
392393
[v0.11.0]: https://github.com/bitcoindevkit/bdk/compare/v0.10.0...v0.11.0
393394
[v0.12.0]: https://github.com/bitcoindevkit/bdk/compare/v0.11.0...v0.12.0
394-
[v0.13.0]: https://github.com/bitcoindevkit/bdk/compare/v0.12.0...v0.13.0
395+
[v0.13.0]: https://github.com/bitcoindevkit/bdk/compare/v0.12.0...v0.13.0

0 commit comments

Comments
 (0)