aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes.md
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2021-07-30 09:41:39 +0200
committerJon Atack <jon@atack.com>2021-08-03 12:12:47 +0200
commit49d503aefa74f11e5d93432987fa3775ed82c979 (patch)
treeb5de9e14b30a816e2bf6f6415713f49056812d1f /doc/release-notes.md
parent75ea9ecf11bfeb120c58dc6c62539021a94ef97c (diff)
downloadbitcoin-49d503aefa74f11e5d93432987fa3775ed82c979.tar.xz
doc: update -addrinfo in release-notes.md and tor.md
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r--doc/release-notes.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index cf9edd9b08..81e6f36dbf 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -77,6 +77,10 @@ Tools and Utilities
- Update `-getinfo` to return data in a user-friendly format that also reduces vertical space. (#21832)
+- CLI `-addrinfo` now returns a single field for the number of `onion` addresses
+ known to the node instead of separate `torv2` and `torv3` fields, as support
+ for Tor V2 addresses was removed from Bitcoin Core in 22.0. (#22544)
+
Wallet
------