From 714a1878c28b0e8cb11379df716f78dc98b8c7d5 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 26 Apr 2024 12:12:47 +0100 Subject: [PATCH] Add release notes for Wagtail 6.0.3 --- CHANGELOG.txt | 7 +++++++ docs/releases/6.0.3.md | 17 +++++++++++++++++ docs/releases/index.rst | 1 + 3 files changed, 25 insertions(+) create mode 100644 docs/releases/6.0.3.md diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ff6fca6a8c..a36900cb7a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -110,6 +110,13 @@ Changelog * Maintenance: Refactor the Django port of `urlify` to use TypeScript, officially deprecate `window.URLify` global util (LB (Ben) Johnston) +6.0.3 (xx.xx.xxxx) - IN DEVELOPMENT +~~~~~~~~~~~~~~~~~~ + + * Fix: Respect `WAGTAIL_ALLOW_UNICODE_SLUGS` setting when auto-generating slugs (LB (Ben) Johnston) + * Fix: Use correct URL when redirecting back to page search results after an AJAX search (Sage Abdullah) + + 6.0.2 (03.04.2024) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/6.0.3.md b/docs/releases/6.0.3.md new file mode 100644 index 0000000000..5630b8f445 --- /dev/null +++ b/docs/releases/6.0.3.md @@ -0,0 +1,17 @@ +# Wagtail 6.0.3 release notes - IN DEVELOPMENT + +_Unreleased_ + +```{contents} +--- +local: +depth: 1 +--- +``` + +## What's new + +### Bug fixes + + * Respect `WAGTAIL_ALLOW_UNICODE_SLUGS` setting when auto-generating slugs (LB (Ben) Johnston) + * Use correct URL when redirecting back to page search results after an AJAX search (Sage Abdullah) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 5a4403cd80..a62d9d7eca 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -7,6 +7,7 @@ Release notes upgrading 6.2 6.1 + 6.0.3 6.0.2 6.0.1 6.0