From 1342646a6f5e8913747dd5406f99ca3fa04e1a5e Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Wed, 28 Sep 2022 18:14:01 +0200 Subject: [PATCH] Mention Django 4.0 changes in changelog --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f2090cb0..be635c87b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -20,6 +20,9 @@ Changed * Rewrite of frontend using Vuetify * OIDC scope "profile" now exposes the avatar instead of the official photo +* Based on Django 4.0 + * Use built-in Redis cache backend + * Introduce PBKDF2-SHA1 password hashing Fixed ~~~~~ -- GitLab