From 63ae862ab620588a673d58d6a4fc6a3b8c2df63d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20Utard?= Date: Thu, 16 Nov 2023 09:51:44 +0100 Subject: [PATCH] Reference RFC for previous commit in changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc9dedfd..28125afa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * #1337 Gracefully handle expired or deleted refresh tokens, in `validate_user`. * #1350 Support Python 3.12 and Django 5.0 * #1249 Add code_challenge_methods_supported property to auto discovery informations + per [RFC 8414 section 2](https://www.rfc-editor.org/rfc/rfc8414.html#page-7) ### Fixed * #1322 Instructions in documentation on how to create a code challenge and code verifier