Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-08-12 14:59:26 -07:00 committed by GitHub
parent b6c1543da8
commit 6392cb0a1e
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,8 @@ BUG FIXES:
rebroadcasts, leading to many log messages about intent queue overflows. [GH-1062] rebroadcasts, leading to many log messages about intent queue overflows. [GH-1062]
* Gossip encryption keys are now validated before being made persistent in the * Gossip encryption keys are now validated before being made persistent in the
keyring, avoiding delayed feedback at runtime. [GH-1299] keyring, avoiding delayed feedback at runtime. [GH-1299]
* Fixed an issue where DNS requests for SRV records could be incorrectly trimmed,
resulting in an ADDITIONAL section that was out of sync with the ANSWER. [GH-1931]
OTHER CHANGES: OTHER CHANGES: