From 02d21b2a7e5af72b60eeae17aa50b046ba24f3dd Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Fri, 16 Sep 2016 10:59:59 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f9f69398a..1040e09929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ IMPROVEMENTS: * auth/aws-ec2: Backend generates the nonce by default and clients can explicitly disable reauthentication by setting empty nonce [GH-1889] * auth/token: Added warnings if tokens and accessors are used in URLs [GH-1806] + * command/format: The `format` flag on select CLI commands takes `yml` as an + alias for `yaml` [GH-1899] * core: Allow the size of the read cache to be set via the config file, and change the default value to 1MB (from 32KB) [GH-1784] * core: Allow single and two-character path parameters for most places