diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c9fb031474..62cc08f638 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) diff --git a/docs/releases/6.3.3.md b/docs/releases/6.3.3.md index 98bf652c84..790c66268d 100644 --- a/docs/releases/6.3.3.md +++ b/docs/releases/6.3.3.md @@ -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) diff --git a/docs/releases/6.4.md b/docs/releases/6.4.md index 6eb2c44806..8411bfc98c 100644 --- a/docs/releases/6.4.md +++ b/docs/releases/6.4.md @@ -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