From 059c0c4c35ceb59e7d5ad3c21a7fc57d30a638cc Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Fri, 3 May 2019 15:16:24 -0700 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65697f4d2e..39df4b2759 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ BUG FIXES: * auth/okta: Fix handling of group names containing slashes [GH-6665] * core: Correctly honor non-HMAC request keys when auditing requests [GH-6653] * core: Fix the `x-vault-unauthenticated` value in OpenAPI for a number of endpoints [GH-6654] + * core: Fix issue where some OpenAPI parameters were incorrectly listed as being sent + as a header [GH-6679] * pki: fix a panic when a client submits a null value [GH-5679] * replication: Fix an issue causing startup problems if a namespace policy wasn't replicated properly