diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -21,3 +21,9 @@ - The `getmininginfo` RPC now omits `currentblocksize` and `currentblocktx` when a block was never assembled via RPC on this node. + - Manpages added for the bitcoin-wallet tool. + + - Fixed a bug where an already-banned peer later whitelisted with `noban` would still be treated as banned. + + - Improved performance of JSON RPC calls by ~4%. +