From 02a17e10d53283dbb586011711cc5125af49a70c Mon Sep 17 00:00:00 2001 From: Juan Ignacio Fiorentino Date: Fri, 5 Oct 2018 12:50:10 -0300 Subject: [PATCH] Update changelog.rst --- docs/sections/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index d31376a..15f40ef 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -9,6 +9,7 @@ Unreleased ========== * Added: support multiple response types per client. +* Changed: drop support for Django versions lower than 1.11. * Changed: create RSA key command. Increment key size to 2048. * Fixed: OIDC_IDTOKEN_INCLUDE_CLAIMS used with custom claims setting. * Fixed: bug in prompt parameter (with space-separated values).