doc: update release notes

Update the release notes regarding the change in rpc getaddressinfo `labels`.
This commit is contained in:
Jon Atack 2019-11-24 17:03:03 +01:00
parent 8bb405bbad
commit 8925df86c4
No known key found for this signature in database
GPG Key ID: 4F5721B3D0E3921D

View File

@ -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`.