From 2aba11dc5be8e0566e748169babc294afb3b8961 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 10 Feb 2017 16:41:38 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8f0d4897..680ad226b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,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 for better connection reuse behavior for CLI commands. [GH-2731] BUG FIXES: