From 417546a5c6b3caffe3d515990ccabc85e8528218 Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Thu, 22 Sep 2022 15:06:27 +1000 Subject: [PATCH] changelog for #9239 - relates to #9232 --- CHANGELOG.txt | 1 + docs/releases/4.0.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e6810d5515..3e905c5f58 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -58,6 +58,7 @@ Changelog * Fix: Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott) * 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) 4.0.1 (05.09.2022) diff --git a/docs/releases/4.0.2.md b/docs/releases/4.0.2.md index 2066a33cef..9861145972 100644 --- a/docs/releases/4.0.2.md +++ b/docs/releases/4.0.2.md @@ -33,3 +33,4 @@ depth: 1 * Set related_name on user revision relation to avoid conflict with django-reversion (Matt Westcott) * 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)