diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 08db78a70..cf5bc828b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -5,6 +5,7 @@ Changelog ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Added error notification when running the `wagtail` command on Python <3.4 (Matt Westcott) + * Added error handling to the Draftail editor (Thibaud Colas) * Fix: Draftail now supports features specified via the `WAGTAILADMIN_RICH_TEXT_EDITORS` setting (Todd Dembrey) * Fix: Password reset form no longer indicates whether the email is recognised, as per standard Django behaviour (Bertrand Bordage) * Fix: `UserAttributeSimilarityValidator` is now correctly enforced on user creation / editing forms (Tim Heap) diff --git a/docs/releases/2.0.1.rst b/docs/releases/2.0.1.rst index 0c0239029..4f5da3c83 100644 --- a/docs/releases/2.0.1.rst +++ b/docs/releases/2.0.1.rst @@ -11,6 +11,7 @@ What's new ========== * Added error notification when running the ``wagtail`` command on Python <3.4 (Matt Westcott) + * Added error handling to the Draftail editor (Thibaud Colas) Bug fixes ~~~~~~~~~