diff --git a/doc/release-notes.md b/doc/release-notes.md index 1aee9cbc7..f033c1134 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -1,7 +1,21 @@ # Bitcoin ABC 0.22.10 Release Notes Bitcoin ABC version 0.22.10 is now available from: This release includes the following features and fixes: + +Deprecated or removed RPCs +-------------------------- + +- RPC `getaddressinfo` changes: + + - the `label` field has been deprecated in favor of the `labels` field and + will be removed in a future version. It can be re-enabled in the interim by launching + with `-deprecatedrpc=label`. + + - the `labels` behavior of returning an array of JSON objects containing name + and purpose key/value pairs has been deprecated in favor of an array of + label names and will be removed in a future release. The previous behavior can be + re-enabled in the interim by launching with `-deprecatedrpc=labelspurpose`.