From ac509f7a822d11cb4e657ff4eb56ce669b09b180 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Thu, 24 May 2018 12:29:35 -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 94a7840..0e06249 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -10,7 +10,8 @@ Unreleased * Added: token instrospection endpoint support (RFC7662). * Added: request in password grant authenticate call. -* Changed: Dropping support for Django versions before 1.8. +* Changed: dropping support for Django versions before 1.8. +* Changed: pass scope, token and request to OIDC_IDTOKEN_PROCESSING_HOOK. 0.6.0 =====