From 4d38a6d56c5928a45778b9cc5a25ae0f2db815c9 Mon Sep 17 00:00:00 2001 From: Jon Griffiths Date: Sat, 27 Jan 2024 14:22:59 +1300 Subject: [PATCH] docs: trivial changelog update --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4af9d76ba..cdc635115 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,14 +6,15 @@ - PSBT: Allow extracting partially finalized transactions in `wally_psbt_extract` by passing a new `WALLY_PSBT_EXTRACT_OPT_FINAL` flag. -- Allow getting the number of items in a transactions input witness via +- tx: Allow getting the number of items in a transactions input witness via `wally_tx_input_get_witness_num_items`/`wally_tx_get_input_witness_num_items`. ### Changed ### Fixed -- tx_input_get_witness now correctly returns 0 bytes written if passed a NULL input. +- tx: tx_input_get_witness now correctly returns 0 bytes written if passed a + NULL input. ## Version 1.0.0