Update changelog to reflect 0.2.0 changes
This commit is contained in:
parent
7a9a6f5169
commit
d633d6d2a9
14
CHANGELOG.md
14
CHANGELOG.md
@ -5,6 +5,17 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.1.0-0.2.0]
|
||||||
|
### Added
|
||||||
|
- Update BDK to version `0.20.0`
|
||||||
|
- APIs Added
|
||||||
|
- TxBuilder.add_data(data)
|
||||||
|
- Wallet.list_unspent() returns a list of local UTXOs
|
||||||
|
- Add coin control methods on TxBuilder
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Tox tests
|
||||||
|
|
||||||
## [0.0.5-0.1.0]
|
## [0.0.5-0.1.0]
|
||||||
### Added
|
### Added
|
||||||
- Community related files (bug report, feature request, and pull request templates)
|
- Community related files (bug report, feature request, and pull request templates)
|
||||||
@ -35,4 +46,5 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic
|
|||||||
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
|
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
|
||||||
[unreleased]: https://github.com/bitcoindevkit/bdk-python/compare/v0.0.5...HEAD
|
[unreleased]: https://github.com/bitcoindevkit/bdk-python/compare/v0.0.5...HEAD
|
||||||
[0.0.1-0.0.5]: https://github.com/bitcoindevkit/bdk-python/compare/58f189f987cc644a1d86e965623c8f50904588ad...v0.0.5
|
[0.0.1-0.0.5]: https://github.com/bitcoindevkit/bdk-python/compare/58f189f987cc644a1d86e965623c8f50904588ad...v0.0.5
|
||||||
[0.0.5-0.1.0]: https://github.com/bitcoindevkit/bdk-python/compare/v0.0.5...v0.1.0
|
[0.0.5-0.1.0]: https://github.com/bitcoindevkit/bdk-python/compare/v0.0.5...v0.1.0
|
||||||
|
[0.1.0-0.2.0]: https://github.com/bitcoindevkit/bdk-python/compare/v0.1.0...v0.2.0
|
Loading…
x
Reference in New Issue
Block a user