Skip to content

Commit

Permalink
Add changelog entry for Django 4.2 support (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Nov 10, 2023
1 parent e15e245 commit 5d5246a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ These issues both result in `{"error": "invalid_client"}`:
* Add Japanese(日本語) Language Support
* #1244 implement [OIDC RP-Initiated Logout](https://openid.net/specs/openid-connect-rpinitiated-1_0.html)
* #1092 Allow Authorization Code flow without a client_secret per [RFC 6749 2.3.1](https://www.rfc-editor.org/rfc/rfc6749.html#section-2.3.1)
* #1264 Support Django 4.2.

### Changed
* #1222 Remove expired ID tokens alongside access tokens in `cleartokens` management command
Expand Down

0 comments on commit 5d5246a

Please sign in to comment.