From 60f4d07fc5a6d7d0ebe6332ffe818d597e1fc33c Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 9 Aug 2016 18:34:01 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed32310abd..a990813722 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,11 +65,11 @@ IMPROVEMENTS: socket is used for more than one listening endpoint. [GH-1910] * Removed an obsolete warning message when Consul starts on Windows. [GH-1920] * Defaults bind address to 127.0.0.1 when running in `-dev` mode. [GH-1878] -* Builds Consul releases with Go 1.6.1. [GH-1948] * HTTP health checks limit saved output to 4K to avoid performance issues. [GH-1952] * Added version information to the log when Consul starts up. [GH-1404] * Added timing metrics for HTTP requests. [GH-2256] * Updated all vendored dependencies. [GH-2258] +* Builds Consul releases with Go 1.6.3. [GH-2260] BUG FIXES: