diff --git a/doc/release-notes.md b/doc/release-notes.md index d8cd7ae6a9..4942ce6b59 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,7 +1,13 @@ Bitcoin ABC version 0.18.2 is now available from: This release includes the following features and fixes: - Backport abortrescan RPC call from bitcoin core. + - Backport fix to importmulti to return rescan errors. + - Backport ability to abort wallet transaction rescans. + - Backport adding listen address to incoming connections in getpeerinfo. + - Backport rescanblockchain RPC call. + - Various backports for bug fixes and performance improvements. + - Increase INVENTORY_BROADCAST_MAX, allowing more transaction broadcasts via INV.