Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-01-05 12:15:16 -08:00 committed by GitHub
parent 5647e37ef2
commit eb84d756f4
1 changed files with 6 additions and 3 deletions

View File

@ -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: