From f611f071a4373b236f56b06d14308811ae3aba76 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 8 Feb 2017 14:04:55 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be02d7b52..8e7715a810 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ FEATURES: IMPROVEMENTS: +* cli: Standardized handling of CLI options for connecting to the Consul agent. This makes sure that the same set of flags and environment variables works in all CLI commands (see https://www.consul.io/docs/commands/index.html#environment-variables). [GH-2717] + BUG FIXES: ## 0.7.4 (February 6, 2017)