changelog++

This commit is contained in:
Jeff Mitchell 2016-05-18 01:00:58 +00:00
parent 91b65a893e
commit 6d790ddaad
1 changed files with 2 additions and 0 deletions

View File

@ -115,6 +115,8 @@ BUG FIXES:
* credential/various: Fix renewal conditions when `default` policy is not
contained in the backend config [GH-1256]
* physical/s3: Don't panic in certain error cases from bad S3 responses [GH-1353]
* secret/consul: Use non-pooled Consul API client to avoid leaving files open
[GH-1428]
* secret/pki: Don't check whether a certificate is destined to be a CA
certificate if sign-verbatim endpoint is used [GH-1250]