Release note for #12829 in 6.3.3

pull/13030/head
Matt Westcott 2025-01-31 18:07:03 +00:00
rodzic e56354fa3f
commit e21dfb1548
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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

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