changelog++

This commit is contained in:
Jeff Mitchell 2017-11-10 18:18:07 -05:00
parent 8efa6756c3
commit e0b13134e2
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,8 @@ BUG FIXES:
* api: Fix panic when setting a custom HTTP client but with a nil transport
[GH-3435] [GH-3437]
* api: Fix authing to the `cert` backend when the CA for the client cert is
not known to the server's listener [GH-2946]
* auth/approle: Create role ID index during read if a role is missing one [GH-3561]
* auth/aws: Don't allow mutually exclusive options [GH-3291]
* auth/radius: Fix logging in in some situations [GH-3461]