Merge pull request #1400 from bitcoinjs/updateChangelog

Update changelog
This commit is contained in:
Jonathan Underwood 2019-05-21 17:19:12 +09:00 committed by GitHub
commit f2ce2ba88f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)