From 9ef20ca08d7ee487848760421d0493f4e3df961a Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 2 Jul 2024 16:48:16 +0100 Subject: [PATCH] Release note for #12097 --- CHANGELOG.txt | 1 + docs/releases/6.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7f0bcb675b..0ff2538f6c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -37,6 +37,7 @@ Changelog * Fix: Ensure external-to-internal link conversion works when the `wagtail_serve` view is on a non-root path (Sage Abdullah) * Fix: Add missing `for_instance` method to `PageLogEntryManager` (Matt Westcott) * Fix: Ensure that "User" column on history view is translatable (Romein van Buren) + * Fix: Handle StreamField migrations where the field value is null (Joshua Munn) * Docs: Remove duplicate section on frontend caching proxies from performance page (Jake Howard) * Docs: Document `restriction_type` field on PageViewRestriction (Shlomo Markowitz) * Docs: Document Wagtail's bug bounty policy (Jake Howard) diff --git a/docs/releases/6.2.md b/docs/releases/6.2.md index 3f7eeee0ab..e73125e0fd 100644 --- a/docs/releases/6.2.md +++ b/docs/releases/6.2.md @@ -55,6 +55,7 @@ This feature was implemented by Albina Starykova, with support from the Wagtail * Ensure external-to-internal link conversion works when the `wagtail_serve` view is on a non-root path (Sage Abdullah) * Add missing `for_instance` method to `PageLogEntryManager` (Matt Westcott) * Ensure that "User" column on history view is translatable (Romein van Buren) + * Handle StreamField migrations where the field value is null (Joshua Munn) ### Documentation