From 2ac42b3ae0a128e15ae9fa933939b8cfc37c38df Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Tue, 12 Jul 2022 12:05:31 -0400 Subject: [PATCH] Add list_unspent and add_data methods to changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fd92ba..ba39b03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +- APIs Added + - `TxBuilder.add_data(data: Vec)` + - `Wallet.list_unspent()` returns `Vec` + ## [v0.7.0] - Update BDK to version 0.19.0