From a7ad9ba5f1ebb06c429d5a143b5413c0c1e752a0 Mon Sep 17 00:00:00 2001
From: Matt Westcott <matt@west.co.tt>
Date: Mon, 16 Sep 2024 20:27:12 +0100
Subject: [PATCH] Release note for #12275

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

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 6e11f83c80..2176d07045 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -11,6 +11,7 @@ Changelog
  * Purge frontend cache when modifying redirects (Jake Howard)
  * Migrate workflow history views to universal listings (Sage Abdullah)
  * Refactor documents views to use universal designs (Sage Abdullah)
+ * Refactor images views to use universal designs (Sage Abdullah)
  * Implement universal listings for workflow usage and page type usage views (Sage Abdullah)
  * Fix: Prevent page type business rules from blocking reordering of pages (Andy Babic, Sage Abdullah)
  * Fix: Improve layout of object permissions table (Sage Abdullah)
diff --git a/docs/releases/6.3.md b/docs/releases/6.3.md
index c484cdcf47..8760af994c 100644
--- a/docs/releases/6.3.md
+++ b/docs/releases/6.3.md
@@ -23,6 +23,7 @@ This release adds formal support for Django 5.1.
  * Purge frontend cache when modifying redirects (Jake Howard)
  * Migrate workflow history views to universal listings (Sage Abdullah)
  * Refactor documents views to use universal designs (Sage Abdullah)
+ * Refactor images views to use universal designs (Sage Abdullah)
  * Implement universal listings for workflow usage and page type usage views (Sage Abdullah)
 
 ### Bug fixes