Sage Abdullah преди 1 година
родител
ревизия
3077440292
променени са 2 файла, в които са добавени 4 реда и са изтрити 2 реда
  1. 2 1
      CHANGELOG.txt
  2. 2 1
      docs/releases/6.0.md

+ 2 - 1
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)

+ 2 - 1
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