Updates the change log.

This commit is contained in:
James Phillips 2015-11-30 22:11:20 -08:00
parent 86f20a32e5
commit 97893b1897
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ IMPROVEMENTS:
in the query string [GH-1318]
* Increased session TTL max to 24 hours (use with caution, see note added
to the Session HTTP endpoint documentation) [GH-1412]
* Added support to the API client for retrying lock monitoring when Consul
is unavailable, helping prevent false indications of lost locks (eg. apps
like Vault can avoid failing over when a Consul leader election occurs)
[GH-1457]
MISC: