Amend CHANGELOG

This commit is contained in:
junderw 2019-04-06 14:34:14 +09:00
parent c5da44ce95
commit 8764104f1d
No known key found for this signature in database
GPG key ID: B256185D3A971908

View file

@ -1,3 +1,11 @@
# 4.0.5
__fixed__
- Fixed bug where Angular apps break due to lack of crypto at build time. Reverted #1373 and added (6bead5d).
# 4.0.4
__fixed__
- Fixed bug where Electron v4 breaks due to lack of `'rmd160'` alias for ripemd160 hash. (#1373)
# 4.0.3
__fixed__
- Fixed `TransactionBuilder` to require that the Transaction has outputs before signing (#1151)