From e04a06cba3d833cee529e57021e4854e52e3c741 Mon Sep 17 00:00:00 2001 From: Sage Abdullah Date: Fri, 1 Mar 2024 14:11:50 +0000 Subject: [PATCH] Release note for #11661 --- CHANGELOG.txt | 1 + docs/releases/6.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b5868e7ded..bff69275db 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,7 @@ Changelog * Allow custom permissions with the same prefix as built-in permissions (Sage Abdullah) * Allow displaying permissions linked to the Admin model's content type (Sage Abdullah) * 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) * 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 982ae42f82..7a41f48d74 100644 --- a/docs/releases/6.1.md +++ b/docs/releases/6.1.md @@ -22,6 +22,7 @@ depth: 1 * Allow custom permissions with the same prefix as built-in permissions (Sage Abdullah) * Allow displaying permissions linked to the Admin model's content type (Sage Abdullah) * 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) ### Bug fixes