changelog++

This commit is contained in:
Matthew Irish 2019-01-29 09:45:54 -06:00 committed by GitHub
parent b777906fee
commit 81f52d3c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
## Next
CHANGES:
* The default policy now allows a token to look up its associated identity
entity either by name or by id [GH-6105]
IMPROVEMENTS:
* auth/jwt: The supported set of signing algorithms is now configurable [JWT