From 490c8fa17829c3f8ae4da739f526531c91f3ed87 Mon Sep 17 00:00:00 2001 From: Ryan Ofsky Date: Thu, 19 Dec 2019 18:00:04 -0500 Subject: [PATCH] doc: Add release notes summarizing negated option behavior changes. --- doc/release-notes-30529.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/release-notes-30529.md diff --git a/doc/release-notes-30529.md b/doc/release-notes-30529.md new file mode 100644 index 00000000000..71362b3abe2 --- /dev/null +++ b/doc/release-notes-30529.md @@ -0,0 +1,4 @@ +Configuration +------------- + +Handling of negated `-noseednode`, `-nobind`, `-nowhitebind`, `-norpcbind`, `-norpcallowip`, `-norpcwhitelist`, `-notest`, `-noasmap`, `-norpcwallet`, `-noonlynet`, and `-noexternalip` options has changed. Previously negating these options had various confusing and undocumented side effects. Now negating them just resets the settings and restores default behaviors, as if the options were not specified.