From 834afaea541d701ca5363e7f4623335c7c07a23c Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 21 Jan 2025 21:22:38 +0000 Subject: [PATCH] Release note for #12394 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 80933d2508..f58978ea95 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -140,6 +140,7 @@ Changelog * Fix: Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal) * 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) * 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 790c66268d..cff7c8134a 100644 --- a/docs/releases/6.3.3.md +++ b/docs/releases/6.3.3.md @@ -17,6 +17,7 @@ depth: 1 * Correctly place comment buttons next to date / datetime / time fields. (Srishti Jaiswal) * 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) ### Documentation