mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-09 10:43:19 -05:00
doc: update release notes
Update the release notes regarding the change in rpc getaddressinfo `labels`.
This commit is contained in:
parent
8bb405bbad
commit
8925df86c4
1 changed files with 8 additions and 0 deletions
8
doc/release-notes-17578.md
Normal file
8
doc/release-notes-17578.md
Normal 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`.
|
Loading…
Add table
Reference in a new issue