From 5ca1c12005b278b64bbba2dd2dde6e254d9fbb89 Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Thu, 24 Aug 2017 16:50:22 -0500 Subject: [PATCH] Updating CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2620c7b3..f96c77d516 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ BUG FIXES: * serf: Updated memberlist library for deadlock fix. [GH-3396] * agent: Fixed an issue with consul watches not triggering when ACL is enabled. [GH-3392] * agent: Fixed a panic when retrieving NS or SOA records on Consul clients (non-servers). This also changed the Consul server list to come from the catalog and not the agent's local state when serving these requests. [GH-3407] +* raft: Fixed an issue with consul snapshots not saving on Windows because of errors with the fsync syscall. [GH-3409] ## 0.9.2 (August 9, 2017)