Skip to content

Commit 66f9b0b

Browse files
committed
Update CHANGELOG
1 parent d02ee01 commit 66f9b0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 5.1.4
2+
__changed__
3+
- `Psbt` inputs using segwit scripts can now work with nonWitnessUtxo as well as the original witnessUtxo. The reasoning for this is that nonWitnessUtxo has all the information contained in the witnessUtxo, so rejecting signing even though we have all the info we need is unnecessary. Trying to sign a non-segwit script with a witnessUtxo will still throw an Error as it should.
4+
15
# 5.1.3
26
__changed__
37
- TypeScript types: Made Signer and SignerAsync use any for network since we only check for equivalence. (#1448)

0 commit comments

Comments
 (0)