diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dd440d6401c9..d737971babac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -17,6 +17,7 @@ Changelog * Add `PageListingViewSet` for custom per-page-type page listings (Matt Westcott) * Implement new universal listings design for image listing view (Sage Abdullah) * Implement new universal listings design for document listing view (Sage Abdullah) + * Implement new universal listings design for site and locale listing views (Sage Abdullah) * Fix: Fix typo in `__str__` for MySQL search index (Jake Howard) * Fix: Ensure that unit tests correctly check for migrations in all core Wagtail apps (Matt Westcott) * Fix: Correctly handle `date` objects on `human_readable_date` template tag (Jhonatan Lopes) diff --git a/docs/releases/6.1.md b/docs/releases/6.1.md index ff042c3bf03c..b817d91630e1 100644 --- a/docs/releases/6.1.md +++ b/docs/releases/6.1.md @@ -26,6 +26,7 @@ depth: 1 * Add `PageListingViewSet` for custom per-page-type page listings (Matt Westcott) * Implement new universal listings design for image listing view (Sage Abdullah) * Implement new universal listings design for document listing view (Sage Abdullah) + * Implement new universal listings design for site and locale listing views (Sage Abdullah) ### Bug fixes