diff options
author | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-09-30 15:58:49 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@protonmail.com> | 2020-09-30 16:03:02 +0200 |
commit | 72affcb16cad45bd9e08ca163b2147fd01b84b70 (patch) | |
tree | 9fabd6d90527ba11435250fcfe16c64ae0febc61 /doc/release-notes.md | |
parent | 7b7cb70f4cd915ef30d7b94042b53537f07af321 (diff) | |
parent | 8de51d1513ada6d96b80f164da48088e5cdcbe3f (diff) |
Merge #19802: doc: elaborate on release notes wrt netmasks
8de51d1513ada6d96b80f164da48088e5cdcbe3f doc: elaborate on release notes wrt netmasks (Vasil Dimov)
Pull request description:
doc: elaborate on release notes wrt netmasks
A minor followup from https://github.com/bitcoin/bitcoin/pull/19628#issuecomment-679958713.
ACKs for top commit:
laanwj:
ACK https://github.com/bitcoin/bitcoin/pull/19802/commits/8de51d1513ada6d96b80f164da48088e5cdcbe3f
practicalswift:
ACK 8de51d1513ada6d96b80f164da48088e5cdcbe3f
theStack:
ACK 8de51d1513ada6d96b80f164da48088e5cdcb
Tree-SHA512: ccece7c3057e476d59e9996582e8594b3db9eaed397139217335a41307e542194c8d13ad72458eaa8580a5c469fef9cc9e3f11c1c609617757579530b465e5b0
Diffstat (limited to 'doc/release-notes.md')
-rw-r--r-- | doc/release-notes.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 2b7faad35e..d5cc5e90f8 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -155,7 +155,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. |