changelog++

This commit is contained in:
Scott G. Miller 2020-04-20 13:14:14 -05:00
parent ea1dc0f24c
commit 9302d8a52e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
CHANGES:
* token: Token renewals will now return token policies within the `token_policies` , identity policies within `identity_policies`, and the full policy set within `policies`. [[GH-8535](https://github.com/hashicorp/vault/pull/8535)]
* kv: Return the value of delete_version_after when reading kv/config, even if it is set to the default. [[GH-42](https://github.com/vault-plugin-secrets-kv/pull/42)]
* kv: Return the value of delete_version_after when reading kv/config, even if it is set to the default. [[GH-42](https://github.com/hashicorp/vault-plugin-secrets-kv/pull/42)]
IMPROVEMENTS: