pull/12845/head
Thibaud Colas 2025-02-21 11:22:05 +00:00
rodzic cbbc571867
commit 7c284d9e31
3 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -29,6 +29,7 @@ Changelog
* Fix: Ensure the top of the minimap correctly adjusts when resizing the browser viewport (Thibaud Colas)
* Fix: Remove obsolete SubqueryConstraint check in search backends, for provisional Django 5.2 compatibility (Sage Abdullah)
* Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
* Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)
* Docs: Fix typo in the headless documentation page (Mahmoud Nasser)
* Docs: Fix typo in `Page.get_route_paths` docstring (Baptiste Mispelon)
* Docs: Upgrade sphinx-wagtail-theme to v6.5.0 (Sage Abdullah)
@ -177,6 +178,7 @@ Changelog
~~~~~~~~~~~~~~~~~~
* Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
* Fix: Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)
* Maintenance: Remove upper version boundary for django-filter (Dan Braghis)

Wyświetl plik

@ -16,3 +16,4 @@ depth: 1
* Remove upper version boundary for django-filter (Dan Braghis)
* Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
* Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)

Wyświetl plik

@ -20,6 +20,7 @@ depth: 1
* Ensure the top of the minimap correctly adjusts when resizing the browser viewport (Thibaud Colas)
* Remove obsolete SubqueryConstraint check in search backends, for provisional Django 5.2 compatibility (Sage Abdullah)
* Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
* Fix white text on white background in previews for sites that use color-scheme without a background-color (Sage Abdullah)
### Documentation