Release note for #4138 in 2.0.1

pull/4390/head^2
Matt Westcott 2018-04-04 11:45:32 +01:00
rodzic 6bc7fbdc82
commit 3482b45716
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -44,6 +44,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)

Wyświetl plik

@ -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
~~~~~~~~~