Add missing release notes for #12766

pull/12759/head
Thibaud Colas 2025-01-20 11:51:50 +00:00
rodzic 1e0b0f3508
commit 72808487cd
3 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -90,6 +90,7 @@ Changelog
* Docs: Update tutorial to use plain strings in place of `FieldPanel` / `InlinePanel` where appropriate (Unyime Emmanuel Udoh)
* Docs: Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
* Docs: Document `get_template` method on StreamField blocks (Matt Westcott)
* Docs: Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
* Maintenance: Close open files when reading within utils/setup.py (Ataf Fazledin Ahamed)
* Maintenance: Avoid redundant `ALLOWED_HOSTS` check in `Site.find_for_request` (Jake Howard)
* Maintenance: Update `CloneController` to ensure that `added`/`cleared` events are not dispatched as cancelable (LB (Ben) Johnston)
@ -137,6 +138,7 @@ Changelog
* Fix: Reduce confusing spacing below StreamField blocks help text (Rishabh Sharma)
* Fix: Make sure alt text quality check is on by default as documented (Thibaud Colas)
* 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)
6.3.2 (02.01.2025)

Wyświetl plik

@ -21,3 +21,4 @@ depth: 1
### Documentation
* 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)

Wyświetl plik

@ -119,6 +119,7 @@ This feature was developed by Jake Howard.
* Update tutorial to use plain strings in place of `FieldPanel` / `InlinePanel` where appropriate (Unyime Emmanuel Udoh)
* Update example for customizing "p-as-heading" accessibility check without overriding built-in checks (Cynthia Kiser)
* Document `get_template` method on StreamField blocks (Matt Westcott)
* Update accessibility considerations on alt text in light of contextual alt text improvements (Cynthia Kiser)
### Maintenance