aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVasil Dimov <[email protected]>2020-08-25 11:53:27 +0200
committerVasil Dimov <[email protected]>2020-09-01 15:28:39 +0200
commit8de51d1513ada6d96b80f164da48088e5cdcbe3f (patch)
treef5041b1a5aa0d0cad8c198e460550d0a5f35e6f2 /doc
parentMerge #19628: net: change CNetAddr::ip to have flexible size (diff)
downloaddiscoin-8de51d1513ada6d96b80f164da48088e5cdcbe3f.tar.xz
discoin-8de51d1513ada6d96b80f164da48088e5cdcbe3f.zip
doc: elaborate on release notes wrt netmasks
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index a8bd68370..7b48f2aef 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -141,7 +141,8 @@ Updated settings
- Netmasks that contain 1-bits after 0-bits (the 1-bits are not contiguous on
the left side, e.g. 255.0.255.255) are no longer accepted. They are invalid
- according to RFC 4632.
+ according to RFC 4632. Netmasks are used in the `-rpcallowip` and `-whitelist`
+ configuration options and in the `setban` RPC. (#19628)
Changes to Wallet or GUI related settings can be found in the GUI or Wallet section below.