Add release notes for #12903

pull/12782/head
Thibaud Colas 2025-02-21 10:32:40 +00:00
rodzic e8b3cd885d
commit 311d49b04a
3 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -28,6 +28,7 @@ Changelog
* Fix: Fix regression where nested sub-menu items would not be visible (Sage Abdullah)
* 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)
* 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)
@ -175,6 +176,7 @@ Changelog
6.3.4 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~~
* Fix: Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)
* Maintenance: Remove upper version boundary for django-filter (Dan Braghis)

Wyświetl plik

@ -15,3 +15,4 @@ depth: 1
### Maintenance
* Remove upper version boundary for django-filter (Dan Braghis)
* Add missing “Close” label to the upgrade notification dismiss button (Sage Abdullah)

Wyświetl plik

@ -19,6 +19,7 @@ depth: 1
* Fix regression where nested sub-menu items would not be visible (Sage Abdullah)
* 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)
### Documentation