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