From 7c1c15329e5fc82d379725b4723913635490f34c Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Fri, 31 Jul 2020 18:03:24 -0400 Subject: doc: Update 0.20.1 release notes with psbt changes --- doc/release-notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/release-notes.md b/doc/release-notes.md index 10ba4e3d4b..9fbb29cb82 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -92,6 +92,15 @@ notifications were sent previously before the v0.19 release, but had been broken since that release (bug [#18325](https://github.com/bitcoin/bitcoin/issues/18325)). +PSBT changes +------------ + +PSBTs will contain both the non-witness utxo and the witness utxo for segwit +inputs in order to restore compatibility with wallet software that are now +requiring the full previous transaction for segwit inputs. The witness utxo +is still provided to maintain compatibility with software which relied on its +existence to determine whether an input was segwit. + 0.20.1 change log ================= @@ -108,6 +117,7 @@ broken since that release (bug ### RPC and other APIs - #19524 Increment input value sum only once per UTXO in decodepsbt (fanquake) - #19517 psbt: Increment input value sum only once per UTXO in decodepsbt (achow101) +- #19215 psbt: Include and allow both non_witness_utxo and witness_utxo for segwit inputs (achow101) ### GUI - #19097 Add missing QPainterPath include (achow101) -- cgit v1.2.3