From bbc056f414f2d22dd68f5b24b5191d775213e560 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 27 Jan 2025 16:48:00 +0000 Subject: [PATCH] Release note for #12812 in 6.3.3 --- CHANGELOG.txt | 1 + docs/releases/6.3.3.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9555d5a844..523895cb23 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,7 @@ Changelog * Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma) * 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) * Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser) * Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser) diff --git a/docs/releases/6.3.3.md b/docs/releases/6.3.3.md index cff7c8134a..6aa191de93 100644 --- a/docs/releases/6.3.3.md +++ b/docs/releases/6.3.3.md @@ -18,6 +18,7 @@ depth: 1 * Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma) * Make sure alt text quality check is on by default as documented (Thibaud Colas) * 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) ### Documentation