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