From b0871168185c4beec67a5bd310bfa37407a7ba5d Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Thu, 5 Jul 2018 18:39:43 -0300 Subject: [PATCH] Update changelog.rst --- docs/sections/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index 68f7dd0..ffcabba 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -13,8 +13,9 @@ Unreleased * Changed: dropping support for Django versions before 1.8. * Changed: pass token and request to OIDC_IDTOKEN_PROCESSING_HOOK. * Fixed: CORS OPTIONS request blocked on userinfo request. -* Fixed: fix settings to support falsy valued overrides. +* Fixed: settings to support falsy valued overrides. * Fixed: token introspection "aud" and "client_id" response. +* Fixed: Token Model str() crashes when using client credentials grant. 0.6.0 =====