From 51d842bd0a4488c9c19a6c7b8dcb804eeb68f00e Mon Sep 17 00:00:00 2001 From: Calvin Leung Huang Date: Fri, 13 Jul 2018 11:39:42 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 331e46cbb..74c38e10e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ FEATURES: IMPROVEMENTS: + * cli: Add a `-description` flag to secrets and auth tune subcommands to allow + updating an existing secret engine's or auth method's description. This + change also allows the description to be unset by providing an empty string. * core: A `max_request_size` parameter can now be set per-listener to adjust the maximum allowed size per request [GH-4824] * core: Add control group request endpoint to default policy [GH-4904]