From 71e9deae604acb851a2c240c63292cd914892b57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20Neunh=C3=B6ffer?= Date: Fri, 28 Sep 2018 17:40:11 +0200 Subject: [PATCH] Improve CHANGELOG. (#6655) --- CHANGELOG | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index c415843405..fa3e76c2ce 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -104,6 +104,13 @@ v3.4.0-rc.2 (XXXX-XX-XX) * agency endpoint updates now go through RAFT +* fixed a cleanup issue in Current when a follower was removed from Plan + +* catch exceptions in MaintenanceWorker thread + +* fixed a bug in cleanOutServer which could lead to a cleaned out server + still being a follower for some shard + v3.4.0-rc.1 (2018-09-06) ------------------------