pull/10897/head
LB Johnston 2023-10-02 08:20:56 +10:00 zatwierdzone przez LB (Ben Johnston)
rodzic 775c72c231
commit 45ffd5877e
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -74,6 +74,7 @@ Changelog
* Maintenance: Deprecate legacy URL redirects in `ModelViewSet` and `SnippetViewSet` (Sage Abdullah)
* Maintenance: Simplify code for registering page listing action buttons (Matt Westcott)
* Maintenance: Removed the unused, legacy, Wagtail userbar views set up for an old iframe approach (Sage Abdullah)
* Maintenance: Optimise `lru_cache` usage (Jake Howard)
5.1.2 (25.09.2023)

Wyświetl plik

@ -95,6 +95,7 @@ depth: 1
* Deprecate legacy URL redirects in `ModelViewSet` and `SnippetViewSet` (Sage Abdullah)
* Simplify code for registering page listing action buttons (Matt Westcott)
* Removed the unused, legacy, Wagtail userbar views set up for an old iframe approach (Sage Abdullah)
* Optimise `lru_cache` usage (Jake Howard)
## Upgrade considerations - changes affecting all projects