From bc4f5fb95aa5c2df0a214d900de718ad005adb63 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Wed, 21 May 2014 12:11:34 -0700 Subject: [PATCH] CHANGELOG updates --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e66d190f41..3d458513f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 0.3.0 (Unreleased) + +FEATURES: + + * Sessions, which act as a binding layer between + nodes, checks and KV data. + * Key locking. KV data integrates with sessions to + enable distributed locking. + +IMPROVEMENTS: + + * Enable logging to syslog. [GH-105] + * Allow raw key value lookup [GH-150] + * Log encryption enabled [GH-151] + ## 0.2.1 (May 20, 2014) IMPROVEMENTS: @@ -13,7 +28,6 @@ IMPROVEMENTS: * Fixing potential name conflicts on the WAN gossip ring [GH-158] * /v1/catalog/services returns an empty slice instead of null. [GH-145] * `members` command returns exit code 2 if no results. [GH-116] - * Enable logging to syslog. [GH-105] BUG FIXES: