From d549c9c9f0bdfb4e0e4e96bd2de2b80955f7bf3b Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 13 Apr 2017 14:45:38 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b559d8f0..bd7cbdbba2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ BUG FIXES: * api: Added missing Raft index fields to AgentService and Node structures. [GH-2882] * server: Fixed an issue where flood joins would not work with IPv6 addresses. [GH-2878] * server: Fixed an issue where electing a 0.8.x leader during an upgrade would cause a panic in older servers. [GH-2889] +* server: Fixed an issue where tracking of leadership changes could become incorrect when changes occurred very rapidly. This could manifest as a panic in Autopilot, but could have caused other issues with multiple leader management routines running simultaneously. [GH-2896] ## 0.8.0 (April 5, 2017)