From 4151b8ae215018b5b87a0ca35900426475538ebf Mon Sep 17 00:00:00 2001
From: LB Johnston <mail@lb.ee>
Date: Wed, 10 Aug 2022 15:11:35 +1000
Subject: [PATCH] add changelog for #8964

---
 CHANGELOG.txt        | 2 ++
 docs/releases/4.0.md | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index c32a2a05e0..faeeaeacdd 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -105,6 +105,8 @@ Changelog
  * Added `path` and `re_path` decorators to the `RoutablePageMixin` module which emulate their Django URL utils equivalent, redirect `re_path` to the original `route` decorator (Tidiane Dia)
  * `BaseChooser` widget now provides a Telepath adapter that's directly usable for any subclasses that use the chooser widget and modal JS as-is with no customisations (Matt Westcott)
  * Implement the new chooser widget styles as part of the page editor redesign (Thibaud Colas)
+ * 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)
  * 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 7e2e061dce..91461ded70 100644
--- a/docs/releases/4.0.md
+++ b/docs/releases/4.0.md
@@ -165,6 +165,8 @@ The bulk of these enhancements have been from Paarth Agarwal, who has been doing
  * `BaseChooser` widget now provides a Telepath adapter that's directly usable for any subclasses that use the chooser widget and modal JS as-is with no customisations (Matt Westcott)
  * Introduce new template fragment and block level enclosure tags for easier template composition (Thibaud Colas)
  * Implement the new chooser widget styles as part of the page editor redesign (Thibaud Colas)
+ * 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)
  
 ### Bug fixes