From f0c7e88d0eea81ab457f295ad46456db478ef806 Mon Sep 17 00:00:00 2001 From: LB Date: Sat, 15 Mar 2025 11:20:41 +1000 Subject: [PATCH] Add changelog for CI test fixes #12960 & #12961 --- CHANGELOG.txt | 1 + docs/releases/6.5.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b09d14d1cc..4a984a502f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -30,6 +30,7 @@ Changelog * Maintenance: Fix up `stubs` & `adapter` contents to better support Jest testing (LB (Ben) Johnston) * Maintenance: Cleanup Stimulus controller imports, JSDoc & linting (LB (Ben) Johnston) * Maintenance: Rename `SkipLinkController` to `FocusController` with improved reusability, updated unit tests, and added story (LB (Ben) Johnston) + * Maintenance: Fix CI testing issues with the Stimulus `LocaleController` time zones & non-deterministic page ordering tests (Sage Abdullah) 6.4.1 (21.02.2025) diff --git a/docs/releases/6.5.md b/docs/releases/6.5.md index 577a346fef..b73e68587e 100644 --- a/docs/releases/6.5.md +++ b/docs/releases/6.5.md @@ -48,6 +48,7 @@ depth: 1 * Fix up `stubs` & `adapter` contents to better support Jest testing (LB (Ben) Johnston) * Cleanup Stimulus controller imports, JSDoc & linting (LB (Ben) Johnston) * Rename `SkipLinkController` to `FocusController` with improved reusability, updated unit tests, and added story (LB (Ben) Johnston) + * Fix CI testing issues with the Stimulus `LocaleController` time zones & non-deterministic page ordering tests (Sage Abdullah) ## Upgrade considerations - changes affecting all projects