From cc2f734a0c2f0466188f40e8d093116364681e8a Mon Sep 17 00:00:00 2001 From: James Phillips Date: Fri, 25 Aug 2017 00:14:44 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f96c77d516..f2c25332da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,10 +11,10 @@ IMPROVEMENTS: 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] +* agent: Updated memberlist library for deadlock fix. [GH-3396] +* 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, so the results are consistent across a cluster. [GH-3407] +* server: 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)