Changelogify

This commit is contained in:
Jeff Mitchell 2015-11-03 11:43:57 -05:00
parent 62eef4e711
commit c7493fca65
1 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,8 @@ generate them, leading to client errors.
[GH-688]
* core: Fix a potential race condition when (un)sealing the vault with metrics
enabled [GH-694]
* core: Fix an error that could happen in some failure scenarios where Vault
could fail to revert to a clean state [GH-733]
* everywhere: Don't use http.DefaultClient, as it shares state implicitly and
is a source of hard-to-track-down bugs [GH-700]
* secret/generic: Validate given duration at write time, not just read time;