Skip to content

Commit

Permalink
docs: trivial changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgriffiths committed Jan 27, 2024
1 parent c48a80d commit 4d38a6d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d38a6d

Please sign in to comment.