0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Release notes for #5810

This commit is contained in:
Andy Babic 2020-02-16 21:39:20 +00:00
parent 9f5cd32e27
commit 1c2719720d
2 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Changelog
* Fix: Add a more descriptive label to Password reset link for screen reader users (Casper Timmers, Martin Coote)
* Fix: Improve Wagtail logo contrast by adding a background (Brian Edelman, Simon Evans, Ben Enright)
* Fix: Prevent duplicate notification messages on page locking (Jacob Topp-Mugglestone)
* Fix: Fix InlinePanel item non field errors not visible (Storm Heg)
2.8 (03.02.2020)

View File

@ -31,6 +31,7 @@ Bug fixes
* Added a more descriptive label to Password reset link for screen reader users (Casper Timmers, Martin Coote)
* Improved Wagtail logo contrast by adding a background (Brian Edelman, Simon Evans, Ben Enright)
* Prevent duplicate notification messages on page locking (Jacob Topp-Mugglestone)
* Rendering of non field errors for InlinePanel items (Storm Heg)
Upgrade considerations
======================