Update CHANGELOG

This commit is contained in:
junderw 2019-09-02 18:47:52 +09:00
parent d2d368b8cd
commit 893a85e210
No known key found for this signature in database
GPG key ID: B256185D3A971908

View file

@ -1,3 +1,7 @@
# 5.1.6
__fixed__
- `PsbtOutputExtended` did not support using the address attribute properly. It is now fixed.
# 5.1.5
__added__
- `Psbt` now has `getFee(): number` for use when all inputs are finalized. It returns the satoshi fee of the transaction. Calling getFee, getFeeRate, or extractTransaction will cache these values so if you call one after the other, the second call will return immediately.