From b300e9f0d2d51a0fdaab62ef9859a35b6b8203c4 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 13 Feb 2017 18:46:35 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e81bc09ca2..d4080c2787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ BUG FIXES: BUG FIXES: -* server: Fixed a rare but serious issue where Consul servers could panic after a specific sequence of large delete operations, such in the KV store or for sessions expiring. [GH-2724] +* server: Fixed a rare but serious issue where Consul servers could panic when performing a large delete operation followed by a specific sequence of other updates to related parts of the state store (affects KV, sessions, prepared queries, and the catalog). [GH-2724] ## 0.7.4 (February 6, 2017)