changelog++

This commit is contained in:
Calvin Leung Huang 2019-03-05 12:30:34 -08:00
parent d7d5cd8f6a
commit 05dac99936
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ CHANGES:
* agent/caching: Enable the caching of tokens and leases generated by the
auto-auth token when that's in use.
[[GH-6293]](https://github.com/hashicorp/vault/pull/6293)
* core: Auth responses that result in token creation now exposes the `orphan`
field. [[GH-6230]](https://github.com/hashicorp/vault/pull/6320)
* core: Token creation responses now contain the `orphan` field indicating
whether the new token is orphan.
[[GH-6230]](https://github.com/hashicorp/vault/pull/6320)
FEATURES: