From 6676e8365653b03e7261d1277b621657cba885dd Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 20 Apr 2016 13:53:18 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e0db93319..73d60f9823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,9 @@ IMPROVEMENTS: * 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] +* HTTP health checks limit saved output to 4K to avoid performance issues. [GH-1952] +* Reap time for failed nodes is now configurable via new `reconnect_timeout` and + `reconnect_timeout_wan` config options ([use with caution](https://www.consul.io/docs/agent/options.html#reconnect_timeout)). [GH-1935] BUG FIXES: