diff --git a/doc/release-notes.md b/doc/release-notes.md index 1f82df3a6..e541a2964 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,7 +1,13 @@ Bitcoin ABC version 0.19.8 is now available from: This release includes the following features and fixes: - Remove `getinfo` RPC in favor of `getblockchaininfo`, `getnetworkinfo` and `getwalletinfo`. - `./bitcoin-cli -getinfo` will now throw a runtime error if there are any extra arguments after it. + - Fixed a race condition in sendrawtransaction + - Deprecated large parts of `validateaddress` and introduced `getaddressinfo` to replace the parts that were deprecated. + See RPC help for details. + - Minor logging improvements. + - Various visual fixes and minor improvements in the wallet. + - Local address broadcasting changed from every 9 hours to every 24 hours.