diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7a2bc13c13..7c38363381 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,7 @@ Changelog * Added change email functionality from the account settings (Alejandro Garza, Alexs Mathilda) * Add request parameter to edit handlers (Rajeev J Sebastian) * ImageChooser now sets a default title based on filename (Coen van der Kamp) + * Added error handling to the Draftail editor (Thibaud Colas) * Fix: Status button on 'edit page' now links to the correct URL when live and draft slug differ (LB (Ben Johnston)) * Fix: Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto) * Fix: Move image editor action buttons to the bottom of the form on mobile (Julian Gallo) diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index 0d645d8ba6..ae3f98c646 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -33,6 +33,7 @@ Other features * Added change email functionality from the account settings (Alejandro Garza, Alexs Mathilda) * Add request parameter to edit handlers (Rajeev J Sebastian) * ImageChooser now sets a default title based on filename (Coen van der Kamp) + * Added error handling to the Draftail editor (Thibaud Colas) Bug fixes ~~~~~~~~~