aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2019-11-24 17:03:03 +0100
committerJon Atack <jon@atack.com>2020-01-03 19:51:11 +0100
commit8925df86c4df16b1070343fef8e4d238f3cc3bd1 (patch)
tree9a0edc7850cff5ce505481d56f3054f55e8260f9 /doc
parent8bb405bbadf11391ccba7b334b4cfe66dc85b390 (diff)
downloadbitcoin-8925df86c4df16b1070343fef8e4d238f3cc3bd1.tar.xz
doc: update release notes
Update the release notes regarding the change in rpc getaddressinfo `labels`.
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes-17578.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/release-notes-17578.md b/doc/release-notes-17578.md
new file mode 100644
index 0000000000..1b07436bb1
--- /dev/null
+++ b/doc/release-notes-17578.md
@@ -0,0 +1,8 @@
+Deprecated or removed RPCs
+--------------------------
+
+- The `getaddressinfo` RPC `labels` field now returns an array of label name
+ strings. Previously, it returned an array of JSON objects containing `name` and
+ `purpose` key/value pairs, which is now deprecated and will be removed in
+ 0.21. To re-enable the previous behavior, launch bitcoind with
+ `-deprecatedrpc=labelspurpose`.