From cca7f8d125382c9f0fb0275ce281549d7bf7f611 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 9 Mar 2017 09:28:48 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c5298e9..1eec8d60a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ BUG FIXES: * agent: Fixed an issue with `consul watch` not working when http was listening on a unix socket. [GH-2385] * cli: Fixed `consul 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. +* server: Fixed an issue with version 8 ACLs where servers couldn't deregister nodes from the catalog during reconciliation. [GH-2792] ## 0.7.5 (February 15, 2017)