From 580b592f40cf1e75a21636f697b60452dd1bea44 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 19 Dec 2017 17:13:01 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b21499dd4..59eb48f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,8 @@ IMPROVEMENTS: [GH-3653] * auth/token: `allowed_policies` and `disallowed_policies` can now be specified as a comma-separated string or an array of strings [GH-3641] + * command/server: The log level can now be specified with `VAULT_LOG_LEVEL` + [GH-3721] * core: Period values from auth backends will now be checked and applied to the TTL value directly by core on login and renewal requests [GH-3677] * database/mongodb: Add optional `write_concern` parameter, which can be set