add changelog for #7897

pull/8592/head
LB Johnston 2022-05-25 19:33:25 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 246a270f10
commit 115879c519
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -23,6 +23,7 @@ Changelog
* Fix: Remove extra padding for headers with breadcrumbs on mobile viewport (Steven Steinwand)
* Fix: Ensure the upgrade notification request for the latest release, which can be disabled via the `WAGTAIL_ENABLE_UPDATE_CHECK` sends the referrer origin with `strict-origin-when-cross-origin` (Karl Hobley)
* Fix: Ensure radio buttons / checkboxes display vertically under Django 4.0 (Matt Westcott)
* Fix: Ensure that custom document or image models support custom tag models (Matt Westcott)
3.0 (16.05.2022)

Wyświetl plik

@ -33,6 +33,7 @@ depth: 1
* Replace `PageRevision` with generic `Revision` model (Sage Abdullah)
* Ensure the upgrade notification request for the latest release, which can be disabled via the `WAGTAIL_ENABLE_UPDATE_CHECK` sends the referrer origin with `strict-origin-when-cross-origin` (Karl Hobley)
* Ensure radio buttons / checkboxes display vertically under Django 4.0 (Matt Westcott)
* Ensure that custom document or image models support custom tag models (Matt Westcott)
## Upgrade considerations