Release note for #4314 in 2.0.1

This commit is contained in:
Matt Westcott 2018-03-08 16:26:15 +00:00
parent a2d41ef6bf
commit 0d4f324d27
2 changed files with 4 additions and 2 deletions

View file

@ -18,7 +18,8 @@ Changelog
2.0.1 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Fix: Draftail now supports features specified via the `WAGTAILADMIN_RICH_TEXT_EDITORS` setting (Todd Dembrey)
* 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 (28.02.2018)

View file

@ -13,4 +13,5 @@ What's new
Bug fixes
~~~~~~~~~
* 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)