diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2e56cf2b79..63cd4f2d73 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -47,6 +47,8 @@ Changelog * Maintenance: Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein) * Maintenance: Deprecate `UserPagePermissionsProxy` (Sage Abdullah) * Maintenance: Optimise the Settings context processor to avoid redundantly finding a Site to improve cache ratios (Jake Howard) + * 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) 5.0.2 (21.06.2023) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 20757ea332..5a1adc501f 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -75,6 +75,8 @@ Thank you to Damilola for his work, and to Google for sponsoring this project. * Update type hints in admin/ui/components.py so that `parent_context` is mutable (Andreas Nüßlein) * Deprecate `UserPagePermissionsProxy` (Sage Abdullah) * Optimise the Settings context processor to avoid redundantly finding a Site to improve cache ratios (Jake Howard) + * Convert page listing to a class-based view (Matt Westcott) + * Clean up page reports and type usage views to be independent of page listing views (Matt Westcott) ## Upgrade considerations