aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBtcDrak <[email protected]>2016-03-18 19:11:27 +0000
committerBtcDrak <[email protected]>2016-03-18 19:55:16 +0000
commitcfd519e942aecd763449157a4a5ed602bcddd3a1 (patch)
treef07584d121606b4270ddb64761d25619db8ac884
parentprotocol.h/cpp: Removes NetMsgType::ALERT (diff)
downloaddiscoin-cfd519e942aecd763449157a4a5ed602bcddd3a1.tar.xz
discoin-cfd519e942aecd763449157a4a5ed602bcddd3a1.zip
Add release note documentation
-rw-r--r--doc/release-notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md
index 707f2357f..43e1e3fb9 100644
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -51,6 +51,8 @@ The following outputs are affected by this change:
### P2P protocol and network code
+The p2p alert system has been removed in #7692 and the 'alert' message is no longer supported.
+
### Validation
### Build system