Add release notes for 5.2.4

pull/11842/head
Matt Westcott 2024-04-03 20:59:06 +01:00
rodzic e58b0e0b1a
commit bd8ef2e128
3 zmienionych plików z 29 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,15 @@
Changelog
=========
5.2.4 (03.04.2024)
~~~~~~~~~~~~~~~~~~
* Fix: Prevent TitleFieldPanel from raising an error when the slug field is missing or read-only (Rohit Sharma)
* Fix: Fix pagination links on model history and usage views (Matt Westcott)
* Fix: Fix crash when accessing workflow reports with a deleted snippet (Sage Abdullah)
* Fix: Prevent error on submitting an empty search in the admin under Elasticsearch (Maikel Martens)
5.2.3 (23.01.2024)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -0,0 +1,19 @@
# Wagtail 5.2.4 release notes
_April 3, 2024_
```{contents}
---
local:
depth: 1
---
```
## What's new
### Bug fixes
* Prevent TitleFieldPanel from raising an error when the slug field is missing or read-only (Rohit Sharma)
* Fix pagination links on model history and usage views (Matt Westcott)
* Fix crash when accessing workflow reports with a deleted snippet (Sage Abdullah)
* Prevent error on submitting an empty search in the admin under Elasticsearch (Maikel Martens)

Wyświetl plik

@ -5,6 +5,7 @@ Release notes
:maxdepth: 1
upgrading
5.2.4
5.2.3
5.2.2
5.2.1