Small CHANGELOG cleanup

This commit is contained in:
Steve Myers 2021-02-17 12:04:59 -08:00
parent 7843732e17
commit 3a2b8bdb85
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -18,13 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Misc
#### Removed
- Removed the `parse_descriptor` example, since it wasn't demostrating any bdk-specific API anymore.
- Removed the `parse_descriptor` example, since it wasn't demonstrating any bdk-specific API anymore.
#### Changed
- Updated `bitcoin` to `0.26`, `miniscript` to `5.1` and `electrum-client` to `0.6`
#### Added
- Added support for the `signet` network (issue #62)
#### Added
- Added a function to get the version of BDK at runtime
### Wallet