diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3c8c7edcc2..e4790bb541 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/5.2.4.md b/docs/releases/5.2.4.md new file mode 100644 index 0000000000..0b179d4a50 --- /dev/null +++ b/docs/releases/5.2.4.md @@ -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) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index bab30ab92d..dfba816b5c 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -5,6 +5,7 @@ Release notes :maxdepth: 1 upgrading + 5.2.4 5.2.3 5.2.2 5.2.1