From ca9c5cc098f7865c9535d01c20650b19d5f65db7 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 5 Oct 2016 17:55:04 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd20faf459..87b1c2f864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]