Release note for #12829 in 6.3.3

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

Wyświetl plik

@ -146,6 +146,7 @@ Changelog
* Fix: Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
* Fix: Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
* 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)
* Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
* Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
* Docs: Revert incorrect example of appending a `RichTextBlock` to a `StreamField` (Matt Westcott)

Wyświetl plik

@ -19,6 +19,7 @@ depth: 1
* Prevent `StreamChildrenToListBlockOperation` from duplicating data across multiple StreamField instances (Joshua Munn)
* Prevent database error when calling permission_order.register on app ready (Daniel Kirkham, Matt Westcott)
* 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)
### Documentation