diff options
author | Jon Atack <jon@atack.com> | 2020-06-07 16:11:09 +0200 |
---|---|---|
committer | Jon Atack <jon@atack.com> | 2020-06-08 10:38:36 +0200 |
commit | bc01f7ae0538d3c647ce8dfbc29f7914d5df3fbb (patch) | |
tree | 9f9047c9f29ec40a91aad43caaec4adb67a03daa /doc | |
parent | 90e989390ee50633fff0e4f210a1ea23ff00e012 (diff) |
doc: release note for rpc getaddressinfo removals
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes-19200.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes-19200.md b/doc/release-notes-19200.md new file mode 100644 index 0000000000..4670cb2e75 --- /dev/null +++ b/doc/release-notes-19200.md @@ -0,0 +1,7 @@ +## Wallet + +- Backwards compatibility has been dropped for two `getaddressinfo` RPC + deprecations, as notified in the 0.20 release notes. The deprecated `label` + field has been removed as well as the deprecated `labels` behavior of + returning a JSON object containing `name` and `purpose` key-value pairs. Since + 0.20, the `labels` field returns a JSON array of label names. (#19200) |