Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz 2017-02-01 16:40:26 -05:00 committed by GitHub
parent 6574f56153
commit 644dff8922
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ FEATURES:
IMPROVEMENTS:
* agent: Integrated gopsutil library to use built in host UUID as node ID, if available, instead of a randomly generated UUID. This makes it easier for other applications on the same host to generate the same node ID without coordinating with Consul. [GH-2697]
* agent: Added a configuration option, `tls_min_version`, for setting the minimum allowed TLS version used for the HTTP API and RPC.
* agent: Added a configuration option, `tls_min_version`, for setting the minimum allowed TLS version used for the HTTP API and RPC. [GH-2699]
* build: Consul is now built with Go 1.7.5. [GH-2682]
BUG FIXES: