Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-08-09 18:34:01 -07:00 committed by GitHub
parent 1d1b1302b6
commit 51d1cc6717
1 changed files with 1 additions and 1 deletions

View File

@ -65,11 +65,11 @@ IMPROVEMENTS:
socket is used for more than one listening endpoint. [GH-1910] socket is used for more than one listening endpoint. [GH-1910]
* Removed an obsolete warning message when Consul starts on Windows. [GH-1920] * 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] * 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] * 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 version information to the log when Consul starts up. [GH-1404]
* Added timing metrics for HTTP requests. [GH-2256] * Added timing metrics for HTTP requests. [GH-2256]
* Updated all vendored dependencies. [GH-2258] * Updated all vendored dependencies. [GH-2258]
* Builds Consul releases with Go 1.6.3. [GH-2260]
BUG FIXES: BUG FIXES: