Update CHANGELOG for release v0.4.0

This commit is contained in:
Alekos Filini 2021-02-11 09:29:27 -05:00
parent 6611ef0e5f
commit 02b9eda6fa
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View File

@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [v0.4.0] - [v0.3.0]
### Keys ### Keys
#### Changed #### Changed
- Renamed `DerivableKey::add_metadata()` to `DerivableKey::into_descriptor_key()` - Renamed `DerivableKey::add_metadata()` to `DerivableKey::into_descriptor_key()`
@ -267,3 +269,4 @@ final transaction is created by calling `finish` on the builder.
[0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk/compare/96c87ea5...0.1.0-beta.1 [0.1.0-beta.1]: https://github.com/bitcoindevkit/bdk/compare/96c87ea5...0.1.0-beta.1
[v0.2.0]: https://github.com/bitcoindevkit/bdk/compare/0.1.0-beta.1...v0.2.0 [v0.2.0]: https://github.com/bitcoindevkit/bdk/compare/0.1.0-beta.1...v0.2.0
[v0.3.0]: https://github.com/bitcoindevkit/bdk/compare/v0.2.0...v0.3.0 [v0.3.0]: https://github.com/bitcoindevkit/bdk/compare/v0.2.0...v0.3.0
[v0.4.0]: https://github.com/bitcoindevkit/bdk/compare/v0.3.0...v0.4.0