From f233c3d0ef989632b5ca2172cd78027d3e6208da Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 17 Oct 2023 15:59:27 +0100 Subject: [PATCH] Release note for #11044 --- CHANGELOG.txt | 1 + docs/releases/5.2.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 866baa6cc9..889b018c42 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -63,6 +63,7 @@ Changelog * Fix: Reinstate missing filter by page type on page search (Matt Westcott) * Fix: Ensure very long words can wrap when viewing saved comments (Chiemezuo Akujobi) * Fix: Avoid forgotten password link text conflicting with the supplied aria-label (Thibaud Colas) + * Fix: Fix log message to record the correct restriction type when removing a page view restriction (Rohit Sharma) * 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) * Docs: Add documentation for building non-model-based choosers using the _queryish_ library (Matt Westcott) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 774b838afb..4ae3dd9342 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -78,6 +78,7 @@ depth: 1 * Reinstate missing filter by page type on page search (Matt Westcott) * Ensure very long words can wrap when viewing saved comments (Chiemezuo Akujobi) * Avoid forgotten password link text conflicting with the supplied aria-label (Thibaud Colas) + * Fix log message to record the correct restriction type when removing a page view restriction (Rohit Sharma) ### Documentation