From 3c17fce151effc02019da0896d80547cf0c94e7c Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Wed, 28 Sep 2022 11:17:11 +0100 Subject: [PATCH] Add 4.0.3 release notes with fix for #9134 (#9259) --- CHANGELOG.txt | 5 +++++ docs/releases/4.0.3.md | 18 ++++++++++++++++++ docs/releases/index.rst | 1 + 3 files changed, 24 insertions(+) create mode 100644 docs/releases/4.0.3.md diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1146d9ad15..06f7e0d6c2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -40,6 +40,11 @@ Changelog * Fix: Remove `capitalize()` calls to avoid issues with other languages or incorrectly presented model names for reporting and parts of site settings (Stefan Hammer) * Fix: Add back rendering of `help_text` for InlinePanel (Matt Westcott) +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) +* Fix: Add back rendering of `help_text` for InlinePanel (Matt Westcott) 4.0.2 (23.09.2022) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/4.0.3.md b/docs/releases/4.0.3.md new file mode 100644 index 0000000000..fb6a858afb --- /dev/null +++ b/docs/releases/4.0.3.md @@ -0,0 +1,18 @@ +# Wagtail 4.0.3 release notes + +_Unreleased_ + +```{contents} +--- +local: +depth: 1 +--- +``` + +## What's new + + * Render `help_text` when set on `FieldPanel`, `MultiFieldPanel`, `FieldRowPanel`, and other panel APIs where it previously worked without official support (Matt Westcott) + +### Bug fixes + + * Add back rendering of `help_text` for InlinePanel (Matt Westcott) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 6a3b0311b6..f03e271d30 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -6,6 +6,7 @@ Release notes upgrading 4.1 + 4.0.3 4.0.2 4.0.1 4.0