mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-24 09:50:29 +00:00
Release note for #5427
This commit is contained in:
parent
311c007656
commit
ada652f19f
2 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ Changelog
|
|||
* Fix: Prevented images with a very wide aspect ratio from being displayed distorted in the rich text editor (Iman Syed)
|
||||
* Fix: Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd)
|
||||
* Fix: Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo)
|
||||
* Fix: Middleware responses during page preview are now properly returned to the user (Matt Westcott)
|
||||
|
||||
|
||||
2.6.1 (05.08.2019)
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@ Bug fixes
|
|||
* Prevented images with a very wide aspect ratio from being displayed distorted in the rich text editor (Iman Syed)
|
||||
* Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd)
|
||||
* Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo)
|
||||
* Middleware responses during page preview are now properly returned to the user (Matt Westcott)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue