From e6e392dc966a0fedf854709f98ece013ba7c2b44 Mon Sep 17 00:00:00 2001 From: Sage Abdullah <sage.abdullah@torchbox.com> Date: Mon, 19 Jun 2023 15:29:30 +0100 Subject: [PATCH] Release notes for #10562 --- CHANGELOG.txt | 2 ++ docs/releases/5.1.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a12f1f1451..64710d7d4d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,7 @@ Changelog * Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger) * Add Embed URL provider support YouTube Shorts (valnuro) * Add initial implementation of `PagePermissionPolicy` (Sage Abdullah) + * Refactor `UserPagePermissionsProxy` and `PagePermissionTester` to use `PagePermissionPolicy` (Sage Abdullah) * Fix: Prevent choosers from failing when initial value is an unrecognised ID, e.g. when moving a page from a location where `parent_page_types` would disallow it (Dan Braghis) * Fix: Move comment notifications toggle to the comments side panel (Sage Abdullah) * Fix: Remove comment button on InlinePanel fields (Sage Abdullah) @@ -40,6 +41,7 @@ Changelog * Maintenance: Add tests to help with maintenance of theme color tokens (Thibaud Colas) * Maintenance: Split out a base listing view from generic index view (Matt Westcott) * Maintenance: Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein) + * Maintenance: Deprecate `UserPagePermissionsProxy` (Sage Abdullah) 5.0.2 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 98a7bcaf3f..9a27f67582 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -22,6 +22,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg * Explicitly specify `MenuItem.name` for all admin menu and submenu items (Justin Koestinger) * Add Embed URL provider support YouTube Shorts (e.g. [https://www.youtube.com/shorts/nX84KctJtG0](https://www.youtube.com/shorts/nX84KctJtG0)) (valnuro) * Add initial implementation of `PagePermissionPolicy` (Sage Abdullah) + * Refactor `UserPagePermissionsProxy` and `PagePermissionTester` to use `PagePermissionPolicy` (Sage Abdullah) ### Bug fixes @@ -61,6 +62,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg * Add tests to help with maintenance of theme color tokens (Thibaud Colas) * Split out a base listing view from generic index view (Matt Westcott) * Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein) + * Deprecate `UserPagePermissionsProxy` (Sage Abdullah) ## Upgrade considerations