diff --git a/doc/release-notes.md b/doc/release-notes.md --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -3,3 +3,10 @@ This release includes the following features and fixes: + - Improved initial block download performance by ~20%. + - Improved initial block download performance during pruning. + - `bitcoin-qt -resetguisettings` now generates a backup of the former GUI settings. + - Removed features that were deprecated in 0.19.x, including `signrawtransaction`, + `fundrawtransaction -reserveChangeKey`, parts of `validateaddress`, use of + addresses in `createmultisig`, and other miscellaneous behaviors. + - Minor logging improvements.