diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 14d0b24755..4a309cdb4b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -30,6 +30,7 @@ Changelog * Maintenance: Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott) * Maintenance: Remove color tokens which are duplicates / unused (Thibaud Colas) * 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) 5.0.1 (25.05.2023) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index a759619e7d..64f8f4ff52 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -51,6 +51,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg * Update pagination behaviour to reject out-of-range / invalid page numbers (Matt Westcott) * Remove color tokens which are duplicates / unused (Thibaud Colas) * Add tests to help with maintenance of theme color tokens (Thibaud Colas) + * Split out a base listing view from generic index view (Matt Westcott) ## Upgrade considerations