changelog++

This commit is contained in:
Jeff Mitchell 2016-11-11 15:36:08 -05:00
parent 6c1d2ffea9
commit 574fef6a12
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
IMPROVEMENTS:
* auth/github: Policies can now be assigned to users as well as to teams
[GH-2079]
* 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]
* secret/postgresql: Added `revocation_sql` parameter on the role endpoint to
enable customization of user revocation SQL statements [GH-2033]