From 9a8a531f18ea108890047702ca732240012f2523 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 19 Jul 2017 15:29:56 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 037b02ae88..53a4683fa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ BUG FIXES: * server: Updated the Raft library to pull in a fix where servers that are very far behind in replication can get stuck in a loop trying to install snapshots. [GH-3201] * server: Fixed a rare but serious deadlock where the Consul leader routine could get stuck with the Raft internal leader routine while waiting for the initial barrier after a leader election. [GH-3230] * server: Added automatic cleanup of failed Raft snapshots. [GH-3258] +* server: (Consul Enterprise) Fixed an issue where networks areas would not be able to be added when the server restarts if the Raft log contained a specific sequence of adds and deletes for network areas with the same peer datacenter. * ui: Provided a path to reset the ACL token when the current token is invalid. Previously, the UI would get stuck on the error page and it wasn't possible to get back to the settings. [GH-2370] * ui: Removed an extra fetch of the nodes resource when loading the UI. [GH-3245] * ui: Changed default ACL token type to "client" when creating ACLs. [GH-3246]