changelog++

This commit is contained in:
vishalnayak 2016-10-04 22:53:15 -04:00
parent 80a523b199
commit cf7f93a7b4
1 changed files with 3 additions and 1 deletions

View File

@ -116,7 +116,9 @@ BUG FIXES:
* core: Pass back content-type header for forwarded requests [GH-1791]
* core: Fix panic if the same key was given twice to `generate-root` [GH-1827]
* core: Fix potential deadlock on unmount/remount [GH-1793]
* physical: Remove empty directories from the `file` storage backend [GH-1821]
* physical/file: Remove empty directories from the `file` storage backend [GH-1821]
* physical/zookeeper: Remove empty directories from the `zookeeper` storage
backend and add a fix to the `file` storage backend's logic [GH-1964]
* secret/aws: Added update operation to `aws/sts` path to consider `ttl`
parameter [39b75c6]
* secret/aws: Mark STS secrets as non-renewable [GH-1804]