From 1ec62a6c2d99365886e41c517d386d8d36fa5d50 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 17 Apr 2024 16:23:54 +0100 Subject: [PATCH] Release note for #11749 --- CHANGELOG.txt | 1 + CONTRIBUTORS.md | 1 + docs/releases/6.1.md | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 377b88fddd..a7e2ccd854 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -33,6 +33,7 @@ Changelog * Improve page fetching logic and cache route results per request (Gordon Pendleton) * Optimise rewriting of links / embeds in rich text using bulk database lookups (Andy Chosak) * Add normalization mechanism to StreamField so that assignments and defaults can be passed in a wider range of data types (Joshua Munn, Matt Westcott) + * Allow specifying a `STORAGES` alias name for `WAGTAILIMAGES_RENDITION_STORAGE` (Alex Baron) * 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/CONTRIBUTORS.md b/CONTRIBUTORS.md index 1e3d73fd8c..72f57788bb 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -813,6 +813,7 @@ * Ihar Marhitych * Sebastian Muthwill * Drikus Roor +* Alex Baron ## Translators diff --git a/docs/releases/6.1.md b/docs/releases/6.1.md index b30659da70..8cc89753b5 100644 --- a/docs/releases/6.1.md +++ b/docs/releases/6.1.md @@ -44,6 +44,7 @@ depth: 1 and `Page.find_for_request()` to find the page given a request object and a URL path. Results are cached on `request._wagtail_route_for_request` (Gordon Pendleton) * Optimise rewriting of links / embeds in rich text using bulk database lookups (Andy Chosak) * Add normalization mechanism to StreamField so that assignments and defaults can be passed in a wider range of data types (Joshua Munn, Matt Westcott) + * Allow specifying a `STORAGES` alias name for `WAGTAILIMAGES_RENDITION_STORAGE` (Alex Baron) ### Bug fixes