Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-02-11 10:27:40 -08:00 committed by GitHub
parent e003f12d52
commit cabf2db2c7
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ IMPROVEMENTS:
* agent: Properly seeds Go's random number generator using the seed library. [GH-2722]
* agent: Serf snapshots no longer have the executable bit set on the file. [GH-2722]
* cli: Standardized handling of CLI options for connecting to the Consul agent. This makes sure that the same set of flags and environment variables works in all CLI commands (see https://www.consul.io/docs/commands/index.html#environment-variables). [GH-2717]
* cli: Updated go-cleanhttp library for better HTTP connection handling between CLI commands and the Consul agent (tunes reuse settings). [GH-2735]
BUG FIXES: