From 1dbf2ec2dfe81017543c5b1eee676ec1c83e5a3f Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Thu, 31 Aug 2023 08:17:21 +1000 Subject: [PATCH] Add changelog for #10798 --- CHANGELOG.txt | 1 + docs/releases/5.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5526b2bdba..5cf77565fd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -24,6 +24,7 @@ Changelog * Fix: Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott) * Fix: When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston) * Fix: Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen) + * Fix: Filter out comments on Page editing counts that do not correspond to a valid field / block path on the page such as when a field has been removed (Matt Westcott) * Docs: Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava) * Docs: Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava) * Maintenance: Fix snippet search test to work on non-fallback database backends (Matt Westcott) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 499d7f3512..567e9c3bc5 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -37,6 +37,7 @@ depth: 1 * Avoid an error when the moderation panel (admin dashboard) contains both snippets and private pages (Matt Westcott) * When deleting collections, ensure the collection name is correctly shown in the success message (LB (Ben) Johnston) * Fix numbers, booleans, and `None` from being exported as strings (Christer Jensen) + * Filter out comments on Page editing counts that do not correspond to a valid field / block path on the page such as when a field has been removed (Matt Westcott) ### Documentation