CHANGELOG: add 4.0.1

This commit is contained in:
Daniel Cousens 2018-07-23 17:07:15 +10:00
parent 94f0ae85e3
commit 29fc067696

View file

@ -1,3 +1,8 @@
# 4.0.1
__fixed__
- Fixed `tiny-secp256k1` dependency version (used `ecurve`) (#1139)
- Fixed `TransactionBuilder` throwing when trying to sign `P2WSH(P2WPKH)` (#1135)
# 4.0.0
__added__
- Added [`bip32`](https://github.com/bitcoinjs/bip32) dependency as a primary export (#1073)