From 65c58c18f559c53c2e8375b14a46defe85812397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 3 Jun 2022 14:58:32 +0200 Subject: [PATCH] security: apply logout redirect security patch --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d57dc9..4170d26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ Every user-facing change should have an entry in this changelog. Please respect ## Unreleased +- [Security] Apply logout redirect url security fix. (by @regisb) - [Feature] Make it possible to force the rendering of a given template, even when the template path matches an ignore pattern. (by @regisb) - 💥[Fix] Get rid of the `tutor config render` command, which is useless now that themes can be implemented as plugins. (by @regisb)