Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-09-26 16:57:58 -07:00 committed by GitHub
parent d1ced4a5c4
commit 7f5b3e2401
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
## 0.7.1 (UNRELEASED)
FEATURES:
* **Command Line Interface for Key/Value Store:** A new set of `consul kv` CLI commands are now available for easy access to all basic key/value store operations. [GH-2360]
BUG FIXES:
* agent: Fixed a go race issue with log buffering at startup. [GH-2262]