From 5eca192bd2756197ffbab603b3aaa63c26440583 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Wed, 13 Nov 2024 16:24:24 +0000 Subject: [PATCH] Release note for #12564 --- CHANGELOG.txt | 1 + docs/releases/6.4.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d42ae5cc9e..345ff32915 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * Increase `DATA_UPLOAD_MAX_NUMBER_FIELDS` in project template (Matt Westcott) * Stop invalid Site hostname records from breaking preview (Matt Westcott) * Set sensible defaults for InlinePanel heading and label (Matt Westcott) + * Limit tags autocompletion to 10 items to avoid performance issues with large number of matching tags (Aayushman Singh) * Fix: Improve handling of translations for bulk page action confirmation messages (Matt Westcott) * Fix: Ensure custom rich text feature icons are correctly handled when provided as a list of SVG paths (Temidayo Azeez, Joel William, LB (Ben) Johnston) * Fix: Ensure manual edits to `StreamField` values do not throw an error (Stefan Hammer) diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index cc049a4814..598ce06c75 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -18,6 +18,7 @@ depth: 1 * Increase `DATA_UPLOAD_MAX_NUMBER_FIELDS` in project template (Matt Westcott) * Stop invalid Site hostname records from breaking preview (Matt Westcott) * Set sensible defaults for InlinePanel heading and label (Matt Westcott) + * Limit tags autocompletion to 10 items to avoid performance issues with large number of matching tags (Aayushman Singh) ### Bug fixes