Add punctuation to changelog

Co-authored-by: Daira Emma Hopwood <daira@jacaranda.org>
This commit is contained in:
Andrew Arnott 2024-01-11 12:02:24 -07:00 committed by GitHub
parent 69d92808f3
commit 28ed048c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ and this library adheres to Rust's notion of
- `get_spendable_sapling_notes`, `select_spendable_sapling_notes`, and
`get_unspent_transparent_outputs` have been removed; use
`data_api::InputSource` instead.
- Added `get_account_ids`
- Added `get_account_ids`.
- `wallet::{propose_shielding, shield_transparent_funds}` now takes their
`min_confirmations` arguments as `u32` rather than a `NonZeroU32` to permit
implmentations to enable zero-conf shielding.