changelog entry for #8922

- resolves #8818
pull/8903/head
LB Johnston 2022-07-31 01:17:07 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 22e904fb01
commit 18ad15a18f
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -87,6 +87,7 @@ Changelog
* Retain other query params in header search behaviour (Sage Abdullah)
* Remove `is_parent` kwarg in various page button hooks as this approach is no longer required (Paarth Agarwal)
* Improve security of redirect imports by adding a file hash (signature) check for so that any tampering of file contents between requests will throw a `BadSignature` error (Jaap Roes)
* Refresh designs for Home (Dashboard) site summary panels, use theme spacing and colours, add support for RTL layouts and better support for small devices (Paarth Agarwal, LB (Ben) Johnston)
* Fix: Typo in `ResumeWorkflowActionFormatter` message (Stefan Hammer)
* Fix: Throw a meaningful error when saving an image to an unrecognised image format (Christian Franke)
* Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand)

Wyświetl plik

@ -116,6 +116,7 @@ In Wagtail 2.16, we introduced support for Windows High Contrast mode (WHCM). Th
* Add HTML-aware max_length validation on RichTextField and RichTextBlock (Matt Westcott)
* Remove `is_parent` kwarg in various page button hooks as this approach is no longer required (Paarth Agarwal)
* Improve security of redirect imports by adding a file hash (signature) check for so that any tampering of file contents between requests will throw a `BadSignature` error (Jaap Roes)
* Refresh designs for Home (Dashboard) site summary panels, use theme spacing and colours, add support for RTL layouts and better support for small devices (Paarth Agarwal, LB (Ben) Johnston)
### Bug fixes