From 0c683bd03764e1f435020d011835d9ce7b63e355 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 4 May 2017 16:59:44 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb97821fd60..7bb5f3e89a34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,8 @@ BUG FIXES: * auth/ldap: Don't lowercase groups attached to users [GH-2613] * cli: Don't panic if `vault write` is used with the `force` flag but no path [GH-2674] + * core: Help operations should request forward since standbys may not have + appropriate info [GH-2677] * secret/mssql: Update mssql driver to support queries with colons [GH-2610] * secret/pki: Don't lowercase O/OU values in certs [GH-2555] * secret/pki: Don't attempt to validate IP SANs if none are provided [GH-2574]