diff --git a/CHANGELOG.md b/CHANGELOG.md index 36ebfcae5..7a3d13c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,10 @@ ## Next -IMPROVEMENTS: +CHANGES: - * auth/jwt: Handle groups claim values that are strings, in addition to - list of strings [JWT-63] + * 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] ## 1.2.1 (August 6th, 2019)