Add list_unspent and add_data methods to changelog

This commit is contained in:
thunderbiscuit 2022-07-12 12:05:31 -04:00
parent fad5e3cefd
commit 2ac42b3ae0
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
- APIs Added
- `TxBuilder.add_data(data: Vec<u8>)`
- `Wallet.list_unspent()` returns `Vec<LocalUtxo>`
## [v0.7.0] ## [v0.7.0]
- Update BDK to version 0.19.0 - Update BDK to version 0.19.0