From 8fea79b85665f3e0521476f3578ac71006dfdff3 Mon Sep 17 00:00:00 2001 From: Noah Hilverling Date: Mon, 16 Nov 2020 17:39:33 +0100 Subject: [PATCH] Add #8486 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ba2474b9..af8f525b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Version 2.11.7 fixes several issues to improve the reliability of the cluster fu * Prevent other clients from being disconnected when replaying the cluster log takes very long #8475 * Avoid duplicate connections between endpoints #8399 * Ignore incoming config object updates for unknown zones #8459 +* Check timestamps before removing files in config sync #8486 ### Enhancements