From ac180296c13abb60055c38f3d06d3312edc158d6 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 13 Feb 2017 17:05:47 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65ab73cdfe..1a5687baf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,12 @@ BUG FIXES: * cli: Fixed `kv` commands not reading the `CONSUL_HTTP_TOKEN` environment variable. [GH-2566] * cli: Fixed an issue where prefixing an address with a protocol (such as 'http://' or 'https://') in `-http-addr` or `CONSUL_HTTP_ADDR` would give an error. +## 0.7.5 (UNRELEASED) + +BUG FIXES: + +* server: Fixed a rare but serious issue where Consul servers could panic after a specific series of large delete operations, such in the KV store or for sessions expiring. [GH-2724] + ## 0.7.4 (February 6, 2017) IMPROVEMENTS: