diff --git a/doc/release-notes.md b/doc/release-notes.md index 8ec0d7d77..25b11bb00 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,11 +1,13 @@ Bitcoin ABC version 0.19.2 is now available from: This release includes the following features and fixes: - Added parameter `include_removed` to `listsinceblock` for better tracking of transactions during a reorg. See `bitcoin-cli help listsinceblock` for more details. - `listsinceblock` will now throw an error if an unknown `blockhash` argument value is passed, instead of returning a list of all wallet transactions since the genesis block. + - Various minor fixes to RPC parameter validation + - Minor wallet performance improvements