diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5cf77565fd..122d806a4e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -39,6 +39,7 @@ Changelog * Maintenance: Simplify `SnippetViewSet` registration code (Sage Abdullah) * Maintenance: Rename groups `IndexView.results_template_name` to `results.html` (Sage Abdullah) * Maintenance: Migrate form submission listing checkbox toggling to the shared `w-bulk` Stimulus implementation (LB (Ben) Johnston) + * Maintenance: Allow viewsets to define a common set of view kwargs (Matt Westcott) 5.1.1 (14.08.2023) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 567e9c3bc5..9813f02480 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -58,6 +58,7 @@ depth: 1 * Simplify `SnippetViewSet` registration code (Sage Abdullah) * Rename groups `IndexView.results_template_name` to `results.html` (Sage Abdullah) * Migrate form submission listing checkbox toggling to the shared `w-bulk` Stimulus implementation (LB (Ben) Johnston) + * Allow viewsets to define a common set of view kwargs (Matt Westcott) ## Upgrade considerations - changes affecting all projects