From 252ca973d3e69ed4e950715c225c016c21bf1561 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 21 Nov 2024 18:00:54 +0000 Subject: [PATCH] Release note for #12566 --- CHANGELOG.txt | 1 + docs/releases/6.4.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6c4de85023..f05b8b639d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -54,6 +54,7 @@ Changelog * Maintenance: Ensure Storybook core files are correctly running through Eslint (LB (Ben) Johnston) * Maintenance: Add a new Stimulus `ZoneController` (`w-zone`) to support dynamic class name changes & event handling on container elements (Ayaan Qadri) * Maintenance: Migrate jQuery class toggling & drag/drop event handling within the multiple upload views to the Stimulus ZoneController usage (Ayaan Qadri) + * Maintenance: Test project template for warnings when run against Django pre-release versions (Sage Abdullah) 6.3.1 (19.11.2024) diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index c21f405d9a..052bc3ceba 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -73,6 +73,7 @@ depth: 1 * Ensure Storybook core files are correctly running through Eslint (LB (Ben) Johnston) * Add a new Stimulus `ZoneController` (`w-zone`) to support dynamic class name changes & event handling on container elements (Ayaan Qadri) * Migrate jQuery class toggling & drag/drop event handling within the multiple upload views to the Stimulus ZoneController usage (Ayaan Qadri) + * Test project template for warnings when run against Django pre-release versions (Sage Abdullah) ## Upgrade considerations - changes affecting all projects