0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 03:31:04 +01:00

Changelog cleanup

Documentation typo fixes aren't covered in the changelog (they happen frequently enough that covering them all would create too much noise)
This commit is contained in:
Matt Westcott 2018-03-20 14:41:00 +00:00
parent 2fdb924b56
commit e64c4daca6
2 changed files with 2 additions and 4 deletions

View File

@ -19,10 +19,9 @@ Changelog
* 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: Focal area removal not working in IE11 and MS Edge (Thibaud Colas)
* Fix: Rewrite password change feedback message to be more user-friendly ( Casper Timmers)
* Fix: Rewrite password change feedback message to be more user-friendly (Casper Timmers)
* Fix: Correct dropdown arrow styling in Firefox, IE11 (Janneke Janssen, Alexs Mathilda)
* Fix: Password reset no indicates specific validation errors on certain password restrictions (Lucas Moeskops)
* Fix: Fix a typo within documentation for pages (DanAtShenTech)
* Fix: Confirmation page on page deletion now respects custom `get_admin_display_title` methods (Kim Chee Leong)

View File

@ -33,10 +33,9 @@ Bug fixes
* 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)
* Focal area removal not working in IE11 and MS Edge (Thibaud Colas)
* Rewrite password change feedback message to be more user-friendly ( Casper Timmers)
* Rewrite password change feedback message to be more user-friendly (Casper Timmers)
* Correct dropdown arrow styling in Firefox, IE11 (Janneke Janssen, Alexs Mathilda)
* Password reset no indicates specific validation errors on certain password restrictions (Lucas Moeskops)
* Fix a typo within documentation for pages (DanAtShenTech)
* Confirmation page on page deletion now respects custom ``get_admin_display_title`` methods (Kim Chee Leong)