changelog++

This commit is contained in:
Jeff Mitchell 2016-12-15 18:02:50 -05:00
parent e3f56f375c
commit a3900eb47f
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## 0.6.4 (Unreleased)
IMPROVEMENTS:
* http: Vault now sets a `no-store` cache control header to make it more
secure in setups that are not end-to-end encrypted [GH-2183]
BUG FIXES:
* auth/ldap: Don't panic if dialing returns an error and starttls is enabled;