From: Alekos Filini Date: Tue, 1 Dec 2020 10:12:40 +0000 (+0100) Subject: [changelog] Update CHANGELOG.md to document `PSBT_GLOBAL_XPUB` X-Git-Tag: v0.2.0~44 X-Git-Url: http://internal-gitweb-vhost/%22https:/parse/scripts/database/encode/consensus/struct.DecoderReader.html?a=commitdiff_plain;h=6b5c3bca82d1a51b0456571fac9bdda90a274da4;p=bdk [changelog] Update CHANGELOG.md to document `PSBT_GLOBAL_XPUB` Log the changes made in PR #200 --- 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