Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz 2017-05-30 08:52:51 -07:00 committed by GitHub
parent e196576c07
commit 35f7e3cbe0
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
FEATURES:
* agent: Added `encrypt_verify_incoming` and `encrypt_verify_outgoing` options to use for upshifting to encrypted gossip on an existing cluster.
IMPROVEMENTS:
* agent: Added a check which prevents advertising or setting a service to a zero address (`0.0.0.0`, `[::]`, `::`). [GH-2961]