From d57a9d43b9549580d600e4e0b7ff8b88e4f61218 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 17 Mar 2016 15:01:00 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e270008f5..04cf30e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.6.0 (Unreleased) + +IMPROVEMENTS: + + * command/write: `-format` and `-field` can now be used with the `write` + command [GH-1228] + ## 0.5.2 (March 16th, 2016) FEATURES: @@ -23,6 +30,7 @@ FEATURES: SIGHUP. IMPROVEMENTS: + * auth/token: Endpoints optionally accept tokens from the HTTP body rather than just from the URLs [GH-1211] * auth/token,sys/capabilities: Added new endpoints