Release notes for #12097 and #12394 in 5.2.8

stable/6.4.x
Matt Westcott 2025-01-27 17:03:04 +00:00
rodzic 0579b9bd20
commit 78413624da
2 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -732,7 +732,8 @@ Changelog
~~~~~~~~~~~~~~~~~~
* Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
* Fix: Handle StreamField migrations where the field value is null (Joshua Munn)
* Fix: Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
5.2.7 (01.11.2024)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -15,3 +15,5 @@ depth: 1
### Bug fixes
* Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
* Handle StreamField migrations where the field value is null (Joshua Munn)
* Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)