Add 4.0.3 release notes with fix for #9134 (#9259)

pull/8976/head
Thibaud Colas 2022-09-28 11:17:11 +01:00 zatwierdzone przez GitHub
rodzic 528801f1a0
commit 3c17fce151
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
3 zmienionych plików z 24 dodań i 0 usunięć

Wyświetl plik

@ -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)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -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)

Wyświetl plik

@ -6,6 +6,7 @@ Release notes
upgrading
4.1
4.0.3
4.0.2
4.0.1
4.0