Release note for #12829 in 5.2.8

pull/12838/head
Matt Westcott 2025-01-31 18:05:44 +00:00
rodzic 7722ffed1e
commit 2970a1531e
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -744,6 +744,8 @@ Changelog
* 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)
* Fix: Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)
5.2.7 (01.11.2024)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -18,3 +18,4 @@ depth: 1
* Handle StreamField migrations where the field value is null (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)
* Prevent syntax error on MySQL search when query includes symbols (Matt Westcott)