changelog++

This commit is contained in:
Jeff Mitchell 2016-08-15 16:02:06 -04:00
parent 62c69f8e19
commit c520ab986c
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ IMPROVEMENTS:
* core: `sys/capabilities-self` is now accessible as part of the `default`
policy [GH-1695]
* core: `sys/renew` is now accessible as part of the `default` policy [GH-1701]
* core: Unseal keys will now be returned in both hex and base64 forms, and
either can be used [GH-1734]
* core: Responses from most `/sys` endpoints now return normal `api.Secret`
structs in addition to the values they carried before. This means that
response wrapping can now be used with most authenticated `/sys` operations