From 45484c5da7feab0d593c95198a6920cabdeaa4a9 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Mon, 11 Mar 2024 14:06:50 +0000 Subject: [PATCH] Release note for #11698 --- CHANGELOG.txt | 1 + docs/releases/6.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c992749d95..d74eb42c73 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,6 +15,7 @@ Changelog * Add support for Draftail's JavaScript to use chooserUrls provided by entity options & for the Draftail widget to encode lazy URLs/ translations (Elhussein Almasri) * Reimplement search promotions `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Storm Heg) * Add `PageListingViewSet` for custom per-page-type page listings (Matt Westcott) + * Implement new universal listings design for image listing view (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 7698f1e82f..16ea7268e1 100644 --- a/docs/releases/6.1.md +++ b/docs/releases/6.1.md @@ -24,6 +24,7 @@ depth: 1 * Add support for Draftail's JavaScript to use chooserUrls provided by entity options & for the Draftail widget to encode lazy URLs/ translations (Elhussein Almasri) * Reimplement search promotions `IndexView` using the `generic.IndexView` (Rohit Sharma, Sage Abdullah, Storm Heg) * Add `PageListingViewSet` for custom per-page-type page listings (Matt Westcott) + * Implement new universal listings design for image listing view (Sage Abdullah) ### Bug fixes