doc: Add release notes summarizing negated option behavior changes.

This commit is contained in:
Ryan Ofsky 2019-12-19 18:00:04 -05:00
parent 458ef0a11b
commit 490c8fa178

View file

@ -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.