Update CHANGELOG.md

This commit is contained in:
James Phillips 2016-10-05 17:55:04 -07:00 committed by GitHub
parent 0f35f08b6a
commit 5bc24986b4
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ FEATURES:
* **Command Line Interface for Key/Value Store:** A new set of `consul kv` commands were added for easy access to all basic key/value store operations. [GH-2360]
IMPROVEMENTS:
* api: All session options can now be set when using `api.Lock()`. [GH-2372]
BUG FIXES:
* agent: Fixed a Go race issue with log buffering at startup. [GH-2262]