From df0b36fdb7871b9e32cebdbd8be3f82022139c7c Mon Sep 17 00:00:00 2001 From: Dan Braghis Date: Fri, 21 Oct 2022 15:00:49 +0100 Subject: [PATCH] Add missing release notes for 4.1.x for #9435 The notes were added for the stable/4.1.x branch, but not main --- CHANGELOG.txt | 1 + docs/releases/4.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ce9cec97e9..d2efe8795d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -97,6 +97,7 @@ Changelog * Fix: Removed the extra dot in the Wagtail version shown within the admin settings menu item (Loveth Omokaro) * Fix: Fully remove the obsolete `wagtailsearch_editorspick` table that prevents flushing the database (Matt Westcott) * Fix: Update latest version message on Dashboard to accept dev build version format used on nlightly builds (Sam Moran) + * Fix: references extraction for ChooserBlock (Alex Tomkins) 4.0.4 (18.10.2022) diff --git a/docs/releases/4.1.md b/docs/releases/4.1.md index 9ea678423e..9555f627b2 100644 --- a/docs/releases/4.1.md +++ b/docs/releases/4.1.md @@ -131,6 +131,7 @@ There are multiple improvements to the documentation theme this release, here ar * Removed the extra dot in the Wagtail version shown within the admin settings menu item (Loveth Omokaro) * Fully remove the obsolete `wagtailsearch_editorspick` table that prevents flushing the database (Matt Westcott) * Update latest version message on Dashboard to accept dev build version format used on nlightly builds (Sam Moran) + * Ensure `ChooserBlock.extract_references` uses the model class, not the model string (Alex Tomkins) ## Upgrade considerations