From fc7ac650096592ad6a5ba23e5f8315e3397e385a Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 5 Jan 2017 12:15:16 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f2594d729..c224fd61de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,18 @@ FEATURES: -* **KV Import/Export CLI:** `consul kv export` and `consul kv import` can be used to move parts of the KV tree between disconnected consul clusters, using JSON as the intermediate representation. [GH-#2633] +* **KV Import/Export CLI:** `consul kv export` and `consul kv import` can be used to move parts of the KV tree between disconnected consul clusters, using JSON as the intermediate representation. [GH-2633] IMPROVEMENTS: -* `consul kv get` now has a `-base64` flag to base 64 encode the value. [GH-2631] -* `consul kv put` now has a `-base64` flag for setting values which are base 64 encoded. [GH-2632] +* cli: `consul kv get` now has a `-base64` flag to base 64 encode the value. [GH-2631] +* cli: `consul kv put` now has a `-base64` flag for setting values which are base 64 encoded. [GH-2632] +* ui: Added a notice that JS is required when viewing the web UI with JS disabled. [GH-2636] BUG FIXES: +* cli: Fixed a panic when an empty quoted argument was given to `consul kv put`. [GH-2635] + ## 0.7.2 (December 19, 2016) FEATURES: