diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -3,4 +3,6 @@ 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 + - added `-blocksdir` command line option (can save blocks in a different place, such as a slower hard drive)