diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7c2ceaf032..d871aed900 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,6 +12,7 @@ Changelog * Fix: Move image editor action buttons to the bottom of the form on mobile (Julian Gallo) * Fix: StreamField icons are now correctly sorted into groups on the 'append' menu (Tim Heap) * 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) 2.0.1 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index 95aba5ae6b..6efdb7657f 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -25,7 +25,9 @@ Bug fixes * Image title text in the gallery and in the chooser now wraps for long filenames (LB (Ben Johnston), Luiz Boaretto) * Move image editor action buttons to the bottom of the form on mobile (Julian Gallo) * StreamField icons are now correctly sorted into groups on the 'append' menu (Tim Heap) - * Draftail now supports features specified via the `WAGTAILADMIN_RICH_TEXT_EDITORS` setting (Todd Dembrey) + * Draftail now supports features specified via the ``WAGTAILADMIN_RICH_TEXT_EDITORS`` setting (Todd Dembrey) + * Password reset form no longer indicates whether the email is recognised, as per standard Django behaviour (Bertrand Bordage) + Upgrade considerations ======================