From a8d13d794252429e3ad8a869df0a2b2fd31cde57 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 25 Jul 2016 16:32:43 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 614de30a94..2023954903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,8 @@ BUG FIXES: * Fixed an issue where a health check's output never updates if the check status doesn't change after the Consul agent starts. [GH-1934] * External services can now be registered with ACL tokens. [GH-1738] +* Upgraded Bolt DB to v1.2.1 to fix an issue on Windows where Consul would sometimes + fail to start due to open user-mapped sections. [GH-2203]. ## 0.6.4 (March 16, 2016)