Release note for #12322 in 5.2.8

pull/13030/head
Matt Westcott 2025-01-31 13:01:50 +00:00
rodzic 654f31ab14
commit db68d8e7a9
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -600,6 +600,7 @@ 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)
* Fix: Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)
5.2.7 (01.11.2024)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -16,4 +16,5 @@ depth: 1
* 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)
* Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
* Prevent error on lazily loading StreamField blocks after the stream has been modified (Stefan Hammer)