From 6bc7fbdc82b7f7baed4d18903256826196016ac6 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 4 Apr 2018 11:42:18 +0100 Subject: [PATCH] Release note for #4138 in 2.1 --- CHANGELOG.txt | 1 + docs/releases/2.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7a2bc13c1..7c3836338 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 0d645d8ba..ae3f98c64 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 ~~~~~~~~~