From 63fb2b123d618ed234f5737daffe25caab130359 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 16 Sep 2024 14:23:59 +0100 Subject: [PATCH] Release note for #12248 --- CHANGELOG.txt | 1 + docs/releases/6.3.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b036ee1a5b..6e11f83c80 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) + * 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) * Fix: Fix typo in aria-label attribute of page explorer navigation link (Sébastien Corbin) diff --git a/docs/releases/6.3.md b/docs/releases/6.3.md index 54f5aac863..c484cdcf47 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) + * Implement universal listings for workflow usage and page type usage views (Sage Abdullah) ### Bug fixes