From 61a1be6c95f4262893bff67d02c752c5c1595f0e Mon Sep 17 00:00:00 2001 From: James Phillips Date: Sun, 24 Apr 2016 23:08:59 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73d60f982..f3777317a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ IMPROVEMENTS: * 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] +* Script checks now support an optional `timeout` parameter. [GH-1762] BUG FIXES: