diff --git a/doc/release-notes.md b/doc/release-notes.md index cd53531f2..66c2a179d 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,6 +1,8 @@ Bitcoin ABC version 0.19.6 is now available from: This release includes the following features and fixes: - - Using addresses in createmultisig is now deprectated. Use -deprecatedrpc=createmultisig to get the old behavior. + - Using addresses in createmultisig is now deprectated. Use `-deprecatedrpc=createmultisig` to get the old behavior. + - Added `savemempool` RPC command for dumping mempool to disk. + - Added `-blocksdir` command line option for saving block data to a different disk location (such as a higher-capacity HDD).