From 14d3341ffdb34f846b1d68dab54e3335fa4132d0 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 31 Jan 2025 18:08:46 +0000 Subject: [PATCH] Release note for #12829 in 6.4 --- CHANGELOG.txt | 1 + docs/releases/6.4.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1182488b4f..cadc06b144 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -71,6 +71,7 @@ Changelog * Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas) * Fix: Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn) * Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott) + * Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott) * Docs: Move the model reference page from reference/pages to the references section as it covers all Wagtail core models (Srishti Jaiswal) * Docs: Move the panels reference page from references/pages to the references section as panels are available for any model editing, merge panels API into this page (Srishti Jaiswal) * Docs: Move the tags documentation to standalone advanced topic, instead of being inside the reference/pages section (Srishti Jaiswal) diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index 8c5aeacc0f..5d0d11194c 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -140,6 +140,7 @@ Following from a recent audit, this release comes with performance improvements * Add missing space in panels check warning message (Stéphane Blondon) * Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn) * Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott) + * Prevent syntax error on MySQL search when query includes symbols (Matt Westcott) ### Documentation