diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ff425ab07e..8673a7a075 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -14,8 +14,9 @@ Changelog * Maintenance: Update BeautifulSoup upper bound to 4.12.x (scott-8) * Maintenance: Migrate initialization of classes (such as `body.ready`) from multiple JavaScript implementations to one Stimulus controller `w-init` (Chiemezuo Akujobi) * Maintenance: Adopt the usage of of translate string literals using `arg=_('...')` in all `wagtailadmin` module templates (Chiemezuo Akujobi) - * Maintenance: Migrate the contrib styleguide index view to a class based view (Chiemezuo Akujobi) + * Maintenance: Migrate the contrib styleguide index view to a class-based view (Chiemezuo Akujobi) * Maintenance: Update djhtml to 3.0.6 (Matt Westcott) + * Maintenance: Migrate the contrib settings edit view to a class-based view (Chiemezuo Akujobi, Sage Abdullah) 5.2 LTS (01.11.2023) diff --git a/docs/releases/6.0.md b/docs/releases/6.0.md index b4e858cf0a..c8bf25c97d 100644 --- a/docs/releases/6.0.md +++ b/docs/releases/6.0.md @@ -33,8 +33,9 @@ depth: 1 * Update BeautifulSoup upper bound to 4.12.x (scott-8) * Migrate initialization of classes (such as `body.ready`) from multiple JavaScript implementations to one Stimulus controller `w-init` (Chiemezuo Akujobi) * Adopt the usage of of translate string literals using `arg=_('...')` in all `wagtailadmin` module templates (Chiemezuo Akujobi) - * Migrate the contrib styleguide index view to a class based view (Chiemezuo Akujobi) + * Migrate the contrib styleguide index view to a class-based view (Chiemezuo Akujobi) * Update djhtml to 3.0.6 (Matt Westcott) + * Migrate the contrib settings edit view to a class-based view (Chiemezuo Akujobi, Sage Abdullah) ## Upgrade considerations - changes affecting all projects