Pārlūkot izejas kodu

Add changelog/release notes - #11299

LB Johnston 1 gadu atpakaļ
vecāks
revīzija
5fa29a6c93
2 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 2 0
      CHANGELOG.txt
  2. 2 0
      docs/releases/6.0.md

+ 2 - 0
CHANGELOG.txt

@@ -20,6 +20,8 @@ Changelog
  * Add max tag length validation for multiple uploads (documents/images) (Temidayo Azeez)
  * Ensure expanded side panel does not overlap form content for most viewports (Chiemezuo Akujobi)
  * Add ability to modify the default ordering for the page explorer view (Shlomo Markowitz)
+ * Remove overly verbose image captions in image listings for screen readers (Sage Abdullah)
+ * Ensure screen readers and dictation tools can more easily navigate bulk actions in images, documents and page listings by streamlining labels and descriptions (Sage Abdullah)
  * Fix: Update system check for overwriting storage backends to recognise the `STORAGES` setting introduced in Django 4.2 (phijma-leukeleu)
  * Fix: Prevent password change form from raising a validation error when browser autocomplete fills in the "Old password" field (Chiemezuo Akujobi)
  * Fix: Ensure that the legacy dropdown options, when closed, do not get accidentally clicked by other interactions wide viewports (CheesyPhoenix, Christer Jensen)

+ 2 - 0
docs/releases/6.0.md

@@ -32,6 +32,8 @@ This release adds support for Django 5.0. The support has also been backported t
  * Add max tag length validation for multiple uploads (documents/images) (Temidayo Azeez)
  * Ensure expanded side panel does not overlap form content for most viewports (Chiemezuo Akujobi)
  * Add ability to [modify the default ordering](page_model_ref) for the page explorer view (Shlomo Markowitz)
+ * Remove overly verbose image captions in image listings for screen readers (Sage Abdullah)
+ * Ensure screen readers and dictation tools can more easily navigate bulk actions in images, documents and page listings by streamlining labels and descriptions (Sage Abdullah)
 
 ### Bug fixes