Browse Source
Merge pull request #1400 from bitcoinjs/updateChangelog
Update changelog
psbt-support
Jonathan Underwood
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
7 additions and
0 deletions
-
CHANGELOG.md
|
|
@ -1,3 +1,10 @@ |
|
|
|
# 5.0.4 |
|
|
|
__added__ |
|
|
|
- low R value support for ECPair, bip32, and TransactionBuilder (default off) via `txb.setLowR()` (#1385) |
|
|
|
|
|
|
|
__fixed__ |
|
|
|
- Fixed Various TypeScript types that have been pushed out since v5.0.0 (#1388) |
|
|
|
|
|
|
|
# 5.0.0 |
|
|
|
__added__ |
|
|
|
- TypeScript support (#1319) |
|
|
|