From 63de25a9daa928ed63278a5a2d4cbf411d76ced1 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Mon, 13 Feb 2023 12:06:38 +0000 Subject: [PATCH] Release note for #10050 in 5.0 --- CHANGELOG.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 68299bdd49..3b29d73952 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,7 @@ Changelog * Fix: Ensure `label_format` on StructBlock gracefully handles missing variables (Aadi jindal) * Fix: Adopt a no-JavaScript and more accessible solution for the 'Reset to default' switch to Gravatar when editing user profile (Loveth Omokaro) * Fix: Ensure `Site.get_site_root_paths` works on cache backends that do not preserve Python objects (Jaap Roes) + * Fix: Support creating `StructValue` copies (Tidiane Dia) * Docs: Add code block to make it easier to understand contribution docs (Suyash Singh) * Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp) * Maintenance: Removed features deprecated in Wagtail 3.0 and 4.0 (Matt Westcott)