changelog++

This commit is contained in:
Calvin Leung Huang 2019-08-14 14:17:44 -07:00 committed by GitHub
parent 8918b2ef76
commit 1eaaea50fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
CHANGES:
* auth/approle: Fix an error where an empty `token_type` string was not being
correctly handled as `TokenTypeDefault` [GH-7273]
* auth/pcf: The signature format has been updated to use the standard Base64
encoding instead of the URL-safe variant. Signatures created using the
previous format will continue to be accepted [PCF-27]