diff options
| author | BtcDrak <[email protected]> | 2016-03-18 19:11:27 +0000 |
|---|---|---|
| committer | BtcDrak <[email protected]> | 2016-03-18 19:55:16 +0000 |
| commit | cfd519e942aecd763449157a4a5ed602bcddd3a1 (patch) | |
| tree | f07584d121606b4270ddb64761d25619db8ac884 /doc | |
| parent | protocol.h/cpp: Removes NetMsgType::ALERT (diff) | |
| download | discoin-cfd519e942aecd763449157a4a5ed602bcddd3a1.tar.xz discoin-cfd519e942aecd763449157a4a5ed602bcddd3a1.zip | |
Add release note documentation
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes.md | 2 |
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 |