Skip to content

Commit 7c33e80

Browse files
committed
Update CHANGELOG
1 parent c6bdee2 commit 7c33e80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 5.1.3
2+
__changed__
3+
- TypeScript types: Made Signer and SignerAsync use any for network since we only check for equivalence. (#1448)
4+
- TypeScript types: Made the args for addInput and addOutput for Psbt actually accept updateInput and updateOutput parameters. (#1449)
5+
16
# 5.1.2
27
__added__
38
- `ECPair` and `bip32` objects now have a lowR boolean attribute defaulted to false. You may set it to true to ensure that the sign method uses low R values (#1442) (This is to enable low R usage in Psbt, since we decided not to give the low R flag to the Psbt class, since it makes more sense to be an attribute of the Signer interface)

0 commit comments

Comments
 (0)