From ead391ea14ecf8b1dcd1147bdf20cc327754f5d1 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 24 Jun 2024 16:52:55 +0100 Subject: [PATCH] Release note for #12059 --- CHANGELOG.txt | 1 + docs/releases/6.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8329e4b57b..ca09dd6284 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,7 @@ Changelog * Skip `ChooseParentView` if only one possible valid parent page availale (Matthias Brück) * Add `copy_for_translation_done` signal when a page is copied for translation (Arnar Tumi Þorsteinsson) * Remove reduced opacity for draft page title in listings (Inju Michorius) + * Adopt more compact representation for StreamField definitions in migrations (Matt Westcott) * Fix: Make `WAGTAILIMAGES_CHOOSER_PAGE_SIZE` setting functional again (Rohit Sharma) * Fix: Enable `richtext` template tag to convert lazy translation values (Benjamin Bach) * Fix: Ensure permission labels on group permissions page are translated where available (Matt Westcott) diff --git a/docs/releases/6.2.md b/docs/releases/6.2.md index 82c1455ff6..7205aaef5f 100644 --- a/docs/releases/6.2.md +++ b/docs/releases/6.2.md @@ -23,6 +23,7 @@ depth: 1 * Skip `ChooseParentView` if only one possible valid parent page availale (Matthias Brück) * Add `copy_for_translation_done` signal when a page is copied for translation (Arnar Tumi Þorsteinsson) * Remove reduced opacity for draft page title in listings (Inju Michorius) + * Adopt more compact representation for StreamField definitions in migrations (Matt Westcott) ### Bug fixes