diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ddd5fcf044..7e33000592 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -54,6 +54,7 @@ Changelog * Fix: Ignore translations in test files and re-include some translations that were accidentally ignored (Stefan Hammer) * Fix: Show alternative message when no page types are available to be created (Jaspreet Singh) * Fix: Prevent error on sending notifications for the legacy moderation process when no user was specified (Yves Serrano) + * Fix: Ensure `aria-label` is not set on locale selection dropdown within page chooser modal as it was a duplicate of the button contents (LB (Ben Johnston)) 3.0.1 (16.06.2022) diff --git a/docs/releases/4.0.md b/docs/releases/4.0.md index 47d7998d84..f3ed85abe1 100644 --- a/docs/releases/4.0.md +++ b/docs/releases/4.0.md @@ -67,6 +67,7 @@ When using a queryset to render a list of images, you can now use the ``prefetch * Ignore translations in test files and re-include some translations that were accidentally ignored (Stefan Hammer) * Show alternative message when no page types are available to be created (Jaspreet Singh) * Prevent error on sending notifications for the legacy moderation process when no user was specified (Yves Serrano) + * Ensure `aria-label` is not set on locale selection dropdown within page chooser modal as it was a duplicate of the button contents (LB (Ben Johnston)) ## Upgrade considerations