diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 271383d594..026c1f7e54 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index e6431b1de7..dae9e5e447 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -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