From 9a159a597fdab8ad947ca717511d35f41d9e363b Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 31 Aug 2017 16:52:06 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6ce5c28b..fbd13976a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,8 @@ IMPROVEMENTS: * core: The `plugin_name` can now either be specified directly as part of the parameter or within the `config` object when mounting a secret or auth backend via `sys/mounts/:path` or `sys/auth/:path` respectively [GH-3202] + * secret/databases/mongo: If an EOF is encountered, attempt reconnecting and + retrying the operation [GH-3269] * secret/pki: TTLs can now be specified as a string or an integer number of seconds [GH-3270] * storage/gcp: Use application default credentials if they exist [GH-3248]