From 54717b6b0aa49e6dcb0ede99d19a3c0b445e24f2 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 14 Oct 2022 14:41:55 +0100 Subject: [PATCH] fix spacing on 4.0.3 release notes --- CHANGELOG.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 20830c029b..84bb877742 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -70,15 +70,17 @@ Changelog * Fix: Use h3 elements with a counter in InlinePanel so screen reader users can navigate by heading (Thibaud Colas) * Fix: Ensure that buttons on custom chooser widgets are correctly shown on hover (Thibaud Colas) + 4.0.3 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~~ -* Render `help_text` when set on `FieldPanel`, `MultiFieldPanel`, `FieldRowPanel`, and other panel APIs where it previously worked without official support (Matt Westcott) -* Update special-purpose `FieldPanel` deprecation message to add clarity for developers (Matt Westcott) -* Fix: Add back rendering of `help_text` for InlinePanel (Matt Westcott) -* Fix: Ensure that `AbstractForm` & `AbstractEmailForm` page models correctly pass the form to the preview context (Dan Bentley) -* Fix: Use the correct custom font for the Wagtail userbar (Umar Farouk Yunusa) -* Fix: Ensure that buttons on custom chooser widgets are correctly shown on hover (Thibaud Colas) + * Render `help_text` when set on `FieldPanel`, `MultiFieldPanel`, `FieldRowPanel`, and other panel APIs where it previously worked without official support (Matt Westcott) + * Update special-purpose `FieldPanel` deprecation message to add clarity for developers (Matt Westcott) + * Fix: Add back rendering of `help_text` for InlinePanel (Matt Westcott) + * Fix: Ensure that `AbstractForm` & `AbstractEmailForm` page models correctly pass the form to the preview context (Dan Bentley) + * Fix: Use the correct custom font for the Wagtail userbar (Umar Farouk Yunusa) + * Fix: Ensure that buttons on custom chooser widgets are correctly shown on hover (Thibaud Colas) + 4.0.2 (23.09.2022) ~~~~~~~~~~~~~~~~~~