changelog++

This commit is contained in:
Jeff Mitchell 2017-06-07 13:56:02 -04:00
parent ab5014534e
commit 2cbdf740ba
1 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,8 @@ BUG FIXES:
client [GH-2781]
* auth/cert: Fix panic on renewal [GH-2749]
* auth/cert: Certificate verification for non-CA certs [GH-2761]
* core/acl: Prevent race condition when compiling ACLs in some scenarios
[GH-2826]
* secret/database: Increase wrapping token TTL; in a loaded scenario it could
be too short
* secret/generic: Allow integers to be set as the value of `ttl` field as the