diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 30ad981d15e..5b688dc6f89 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -61,6 +61,7 @@ Changelog * Fix: Improve exception handling when generating image renditions concurrently (Andy Babic) * 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) + * Fix: Reinstate missing static files in style guide (Sage Abdullah) * Docs: Add contributing development documentation on how to work with a fork of Wagtail (Nix Asteri, Dan Braghis) * Docs: Make sure the settings panel is listed in tabbed interface examples (Tibor Leupold) * Docs: Update content and page names to their US spelling instead of UK spelling (Victoria Poromon) diff --git a/docs/releases/6.1.md b/docs/releases/6.1.md index aebcf11c747..7c814af84b1 100644 --- a/docs/releases/6.1.md +++ b/docs/releases/6.1.md @@ -97,6 +97,7 @@ A new dialog is available from the help menu, providing an overview of keyboard * Improve exception handling when generating image renditions concurrently (Andy Babic) * 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) + * Reinstate missing static files in style guide (Sage Abdullah) ### Documentation