From 893a85e2104b885f9daa2c09473355f34afe87ef Mon Sep 17 00:00:00 2001 From: junderw Date: Mon, 2 Sep 2019 18:47:52 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37e097f..f0f1e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.