pull/12319/head
Matt Westcott 2024-09-16 20:27:12 +01:00
rodzic dfc4a5b2ed
commit a7ad9ba5f1
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ Changelog
* Purge frontend cache when modifying redirects (Jake Howard)
* Migrate workflow history views to universal listings (Sage Abdullah)
* Refactor documents views to use universal designs (Sage Abdullah)
* Refactor images views to use universal designs (Sage Abdullah)
* Implement universal listings for workflow usage and page type usage views (Sage Abdullah)
* Fix: Prevent page type business rules from blocking reordering of pages (Andy Babic, Sage Abdullah)
* Fix: Improve layout of object permissions table (Sage Abdullah)

Wyświetl plik

@ -23,6 +23,7 @@ This release adds formal support for Django 5.1.
* Purge frontend cache when modifying redirects (Jake Howard)
* Migrate workflow history views to universal listings (Sage Abdullah)
* Refactor documents views to use universal designs (Sage Abdullah)
* Refactor images views to use universal designs (Sage Abdullah)
* Implement universal listings for workflow usage and page type usage views (Sage Abdullah)
### Bug fixes