From 0cc5ec8f24eb6bdbf1c597b534e5b6689188876d Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 1 Sep 2014 16:47:36 -0700 Subject: [PATCH] CHANGELOG updates --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55bdc4d4b..eae076278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ FEATURES: * Event system added to support custom user events. Events are fired using the `consul event` command. They are handled using a standard watch. - * Remote execution support added. This allows for command execution on remote + * Remote execution using `consul exec`. This allows for command execution on remote instances mediated through Consul. * RFC-2782 style DNS lookups supported @@ -46,6 +46,7 @@ BUG FIXES: * Restored 0.2 TLS behavior, thanks to @nelhage [GH-233] * Fix the statsite flags, thanks to @nelhage [GH-243] * Fixed filters on criticial / non-passing checks [GH-241] + * Fixed initial log compaction crash [GH-297] IMPROVEMENTS: