From 77ed99b16e2fa67a982d106e025d23e9b88cbe77 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 23 Sep 2022 11:04:47 +0100 Subject: [PATCH] Release note for #9242 --- CHANGELOG.txt | 3 ++- docs/releases/4.0.2.md | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7916a088b8..d483030a5c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -61,7 +61,8 @@ Changelog * Fix: Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott) * Fix: Only add Translate buttons when the `simple_translation` app is installed (Dan Braghis) * Fix: Ensure that `MultiFieldPanel` correctly outputs all child classnames in the template (Matt Westcott) - + * Fix: Remove over-eager caching on ModelAdmin permission checks (Matt Westcott, Stefan Hammer) + 4.0.1 (05.09.2022) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/4.0.2.md b/docs/releases/4.0.2.md index 9861145972..00f14c578c 100644 --- a/docs/releases/4.0.2.md +++ b/docs/releases/4.0.2.md @@ -34,3 +34,5 @@ depth: 1 * Ensure the "recent edits" panel on the Dashboard (home) page works when page record is missing (Matt Westcott) * Only add Translate buttons when the `simple_translation` app is installed (Dan Braghis) * Ensure that `MultiFieldPanel` correctly outputs all child classnames in the template (Matt Westcott) + * Remove over-eager caching on ModelAdmin permission checks (Matt Westcott, Stefan Hammer) + \ No newline at end of file