Release note for #12829 in 5.2.8

stable/6.4.x
Matt Westcott 2025-01-31 18:05:44 +00:00
rodzic b1824cc9f2
commit 3dd292d380
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -738,6 +738,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)