From ff7e3123fd1b1c545a1669729470c666da1d601b Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Sun, 4 May 2014 17:45:33 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dbf5175f..296a5631b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 0.2.1 (unreleased) + +FEATURES: + +BUG FIXES: + +IMPROVEMENTS: + + * Improved the URL formatting for the key/value editor in the Web UI. + Importantly, the editor now allows editing keys with dashes in the + name. [GH-119] + ## 0.2.0 (May 1, 2014) FEATURES: @@ -13,9 +25,6 @@ FEATURES: to filter to only nodes with passing results. [GH-57] * The KV endpoint suports listing keys with the `?keys` query parameter, and limited up to a seperator using `?seperator=`. - * Improved the URL formatting for the key/value editor in the Web UI. - Importantly, the editor now allows editing keys with dashes in the - name. [GH-119] IMPROVEMENTS: