changelog++

This commit is contained in:
Jeff Mitchell 2016-03-31 17:43:35 -04:00
parent 86ba95e1b2
commit 7a6df4a8ab
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ IMPROVEMENTS:
BUG FIXES:
* credential/ldap: Fix problem where certain error conditions when configuring
or opening LDAP connections would cause a panic instead of return a useful
error message [GH-1262]
* credential/token: Fall back to normal parent-token semantics if
`allowed_policies` is empty for a role. Using `allowed_policies` of
`default` resulted in the same behavior anyways. [GH-1276]