From a9a2a300ca965f981d8684b48ced2c34915ff0df Mon Sep 17 00:00:00 2001 From: Preetha Appan Date: Mon, 31 Jul 2017 17:45:30 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2e559228c..5fd3c2c2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ BUG FIXES: * agent: Clean up temporary files during disk write errors when persisting services and checks. [GH-3207] * agent: Fixed an issue where dns and client bind address templates were not being parsed via the go-sockaddr library. [GH-3322] +* agent: Fixed status code on all KV store operations that fail due to an ACL issue. They now return a 403 status code, rather than a 404. [GH-2637] ## 0.9.0 (July 20, 2017)