Release note for #4312 in 2.0.1

This commit is contained in:
Matt Westcott 2018-03-08 17:01:44 +00:00
parent 8e3308af83
commit 7a7d088d9c
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@ Changelog
* 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)
2.0 (28.02.2018)

View file

@ -15,3 +15,4 @@ Bug fixes
* 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)
* ``UserAttributeSimilarityValidator`` is now correctly enforced on user creation / editing forms (Tim Heap)