changelog++

This commit is contained in:
Jeff Mitchell 2016-11-14 12:46:26 -05:00
parent ea7fc990a6
commit 475b04b703
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ IMPROVEMENTS:
* auth/github: Policies can now be assigned to users as well as to teams
[GH-2079]
* cli: Set the number of retries on 500 down to 0 by default (no retrying). It
can be very confusing to users when there is a pause while the retries
happen if they haven't explicitly set it. With request forwarding the need
for this is lessened anyways. [GH-2093]
* core: Response wrapping is now allowed to be specified by backend responses
(requires backends gaining support) [GH-2088]
* secret/consul: Added listing functionality to roles [GH-2065]