From d4eb3a2fb48d1b7df30a45ca9f6aec6d01f5618d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 27 Jun 2023 19:00:41 +0100 Subject: [PATCH] Release note for #10569 --- CHANGELOG.txt | 1 + docs/releases/5.1.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index dc2de2aeb3..3ca4481d40 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -52,6 +52,7 @@ Changelog * Maintenance: Convert page listing to a class-based view (Matt Westcott) * Maintenance: Clean up page reports and type usage views to be independent of page listing views (Matt Westcott) * Maintenance: Migrate Tagit initialisation to a Stimulus Controller (LB (Ben) Johnston) + * Maintenance: Refactor GroupPagePermission to use Django's Permission model (Sage Abdullah) 5.0.2 (21.06.2023) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 584e7da109..120e5a5002 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -86,6 +86,7 @@ Thank you to Damilola for his work, and to Google for sponsoring this project. * Clean up page reports and type usage views to be independent of page listing views (Matt Westcott) * Refactor "More" dropdowns, locale selector, "Switch locales", page actions, to use the same dropdown component (Thibaud Colas) * Migrate Tagit initialisation to a Stimulus Controller (LB (Ben) Johnston) + * Refactor GroupPagePermission to use Django's Permission model (Sage Abdullah) ## Upgrade considerations