From 6b5c3bca82d1a51b0456571fac9bdda90a274da4 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Tue, 1 Dec 2020 11:12:40 +0100 Subject: [PATCH] [changelog] Update CHANGELOG.md to document `PSBT_GLOBAL_XPUB` Log the changes made in PR #200 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54fad9eb..111ab579 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -102,6 +102,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add tests for BranchAndBoundCoinSelection::single_random_draw - Add test that shwpkh populates witness_utxo - Add witness and redeem scripts to PSBT outputs +- Add an option to include `PSBT_GLOBAL_XPUB`s in PSBTs - Eagerly finalize inputs #### Changed