diff --git a/doc/release-notes.md b/doc/release-notes.md index 9295b7b28..d1b4eb4a4 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,5 +1,11 @@ Bitcoin ABC version 0.21.12 is now available from: This release includes the following features and fixes: + +RPC changes +----------- +The RPC `getwalletinfo` response now includes the `scanning` key with an object +if there is a scanning in progress or `false` otherwise. Currently the object +has the scanning duration and progress.