From 4154fb9c202b93bf96cfa5203da25c5bce8279ed Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 14 Feb 2017 18:57:17 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2c3b0b6a..89a530ad83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,8 @@ IMPROVEMENTS: BUG FIXES: -* agent: Fixed an issue with consul watch not working when http was listening on a unix socket. [GH-2385] -* cli: Fixed `kv` commands not reading the `CONSUL_HTTP_TOKEN` environment variable. [GH-2566] +* 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. ## 0.7.5 (February 15, 2017)