aboutsummaryrefslogtreecommitdiff
path: root/doc/release-notes-14054.md
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2019-03-14 19:18:31 -0400
committerJohn Newbery <john@johnnewbery.com>2019-03-15 09:16:12 -0400
commit92f3e808f65f9d3574c6c4ad866fa6bb20950ca7 (patch)
treec0bb85507d07d7333efb483ff444932a6af3a718 /doc/release-notes-14054.md
parent7fa1f6258c05648f901d7135f8b6606f60428e70 (diff)
downloadbitcoin-92f3e808f65f9d3574c6c4ad866fa6bb20950ca7.tar.xz
[docs] release note for disabling reject messages by default
Diffstat (limited to 'doc/release-notes-14054.md')
-rw-r--r--doc/release-notes-14054.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/release-notes-14054.md b/doc/release-notes-14054.md
new file mode 100644
index 0000000000..d8cad369c5
--- /dev/null
+++ b/doc/release-notes-14054.md
@@ -0,0 +1,7 @@
+P2P changes
+-----------
+
+BIP 61 reject messages were deprecated in v0.18. They are now disabled by
+default, but can be enabled by setting the `-enablebip61` command line option.
+BIP 61 reject messages will be removed entirely in a future version of
+Bitcoin Core.