Skip to content

Commit 3b13941

Browse files
committed
Update changelog
1 parent 74151fe commit 3b13941

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
- `verify` flag removed from `TransactionDetails`.
1111
- Add `get_internal_address` to allow you to get internal addresses just as you get external addresses.
1212
- added `ensure_addresses_cached` to `Wallet` to let offline wallets load and cache addresses in their database
13+
- Added `Wallet::get_signers()`, `Wallet::get_address_validators()` and `Wallet::has_internal_descriptor()`, exposed the `AsDerived` trait.
1314

1415
## [v0.16.1] - [v0.16.0]
1516

@@ -421,4 +422,4 @@ final transaction is created by calling `finish` on the builder.
421422
[v0.14.0]: https://github.com/bitcoindevkit/bdk/compare/v0.13.0...v0.14.0
422423
[v0.15.0]: https://github.com/bitcoindevkit/bdk/compare/v0.14.0...v0.15.0
423424
[v0.16.0]: https://github.com/bitcoindevkit/bdk/compare/v0.15.0...v0.16.0
424-
[v0.16.1]: https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1
425+
[v0.16.1]: https://github.com/bitcoindevkit/bdk/compare/v0.16.0...v0.16.1

0 commit comments

Comments
 (0)