changelog++

This commit is contained in:
Jeff Mitchell 2016-01-27 17:07:54 -05:00
parent 01102f0d06
commit 0279c60d9e
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,8 @@ IMPROVEMENTS:
`-pgp-keys` [GH-940] `-pgp-keys` [GH-940]
* conf: Use normal bool values rather than empty/non-empty for the * conf: Use normal bool values rather than empty/non-empty for the
`tls_disable` option [GH-802] `tls_disable` option [GH-802]
* credential/ldap: Add support for binding, both anonymously (to discover a
user DN) and via a username and password [GH-975]
* credential/token: Add `last_renewal_time` to token lookup calls [GH-896] * credential/token: Add `last_renewal_time` to token lookup calls [GH-896]
* helper/certutil: Add ability to parse PKCS#8 bundles [GH-829] * helper/certutil: Add ability to parse PKCS#8 bundles [GH-829]
* logical/aws: You can now get STS tokens instead of IAM users [GH-927] * logical/aws: You can now get STS tokens instead of IAM users [GH-927]