From f9e4e10fce100b4c580e32182150e88523a4cc61 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Fri, 22 Nov 2024 12:30:03 +0000
Subject: [PATCH] Release note for #12608 in 6.4

---
 CHANGELOG.txt        | 1 +
 docs/releases/6.4.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 1368467153..31426e96ee 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -21,6 +21,7 @@ Changelog
  * Fix: Normalize `StreamField.get_default()` to prevent creation forms from breaking (Matt Westcott)
  * Fix: Prevent out-of-order migrations from skipping creation of image/document choose permissions (Matt Westcott)
  * Fix: Use correct connections on multi-database setups in database search backends (Jake Howard)
+ * Fix: Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
  * Docs: Move the model reference page from reference/pages to the references section as it covers all Wagtail core models (Srishti Jaiswal)
  * Docs: Move the panels reference page from references/pages to the references section as panels are available for any model editing, merge panels API into this page (Srishti Jaiswal)
  * Docs: Move the tags documentation to standalone advanced topic, instead of being inside the reference/pages section (Srishti Jaiswal)
diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md
index b2ebae0886..3899aad793 100644
--- a/docs/releases/6.4.md
+++ b/docs/releases/6.4.md
@@ -34,6 +34,7 @@ depth: 1
  * Normalize `StreamField.get_default()` to prevent creation forms from breaking (Matt Westcott)
  * Prevent out-of-order migrations from skipping creation of image/document choose permissions (Matt Westcott)
  * Use correct connections on multi-database setups in database search backends (Jake Howard)
+ * Ensure Cloudfront cache invalidation is called with a list, for compatibility with current botocore versions (Jake Howard)
 
 ### Documentation