pull/12186/head
Matt Westcott 2024-07-29 15:59:27 +01:00
rodzic a6a1b942ae
commit fa8f9415c9
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -79,6 +79,7 @@ Changelog
* Maintenance: Optimise embed finder lookups (Jake Howard)
* Maintenance: Improve performance of initial admin loading by moving sprite hashing out of module import time (Jake Howard)
* Maintenance: Remove workaround and inline scripts for activating workflow actions (Sage Abdullah)
* Maintenance: Prevent `'BlockWidget' object has no attribute '_block_json'` from masking errors during StreamField serialization (Matt Westcott)
6.1.3 (11.07.2024)

Wyświetl plik

@ -112,6 +112,7 @@ StreamField definitions within migrations are now represented in a more compact
* Optimise embed finder lookups (Jake Howard)
* Improve performance of initial admin loading by moving sprite hashing out of module import time (Jake Howard)
* Remove workaround and inline scripts for activating workflow actions (Sage Abdullah)
* Prevent `'BlockWidget' object has no attribute '_block_json'` from masking errors during StreamField serialization (Matt Westcott)
## Upgrade considerations - changes affecting all projects