Release note for #5427

This commit is contained in:
Matt Westcott 2019-08-08 12:54:37 +01:00
parent 311c007656
commit ada652f19f
2 changed files with 2 additions and 0 deletions

View file

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

View file

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