From 867f39a97a09327cf131433f204b4d468c976dae Mon Sep 17 00:00:00 2001 From: vishalnayak Date: Tue, 6 Nov 2018 16:30:48 -0500 Subject: [PATCH] changelog++ --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a8786c9..edd23ccd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,9 @@ BUG FIXES: * secrets/azure: Fix valid roles being rejected for duplicate ids despite having distinct scopes. [[GH-16]](https://github.com/hashicorp/vault-plugin-secrets-azure/pull/16) + * secrets/kv: Disallow empty paths on a `kv put` while accepting empty paths + for all other operations for backwards compatibility + [vault-plugin-secrets-kv#GH-19] * ui: Fix bug where editing secrets as JSON doesn't save properly [GH-5660] * agent: Fix issue when specifying two file sinks [GH-5610] * ui: Fix bug where `sys/leases/revoke` required 'sudo' capability to show