Changelog for #4362 for 2.0.1.

This commit is contained in:
Bertrand Bordage 2018-03-22 02:50:00 +01:00
parent beb5f62e01
commit d94a647b9e
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,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)
* Fix: Editing setting object with no site configured no longer crashes (Harm Zeinstra)
2.0 (28.02.2018)

View file

@ -16,3 +16,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)
* Editing setting object with no site configured no longer crashes (Harm Zeinstra)