diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1f64b1b035..00907b0a91 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -108,6 +108,7 @@ Changelog * Update base Draftail/TextField form designs as part of the page editor redesign (Thibaud Colas) * Move commenting trigger to inline toolbar and move block splitting to the block toolbar and command palette only in Draftail (Thibaud Colas) * Pages are now locked when they are scheduled for publishing (Karl Hobley) + * Simplify page chooser views by converting to class-based views (Matt Westcott) * Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer) * Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke) * Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand) diff --git a/docs/releases/4.0.md b/docs/releases/4.0.md index e1da6f969d..b5ce1b6b24 100644 --- a/docs/releases/4.0.md +++ b/docs/releases/4.0.md @@ -168,6 +168,7 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing * Update base Draftail/TextField form designs as part of the page editor redesign (Thibaud Colas) * Move commenting trigger to inline toolbar and move block splitting to the block toolbar and command palette only in Draftail (Thibaud Colas) * Pages are now locked when they are scheduled for publishing (Karl Hobley) + * Simplify page chooser views by converting to class-based views (Matt Westcott) ### Bug fixes