diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d83354cf1d..271383d594 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,6 +12,7 @@ Changelog * Fix: Changed StreamField group labels color so labels are visible (Catherine Farman) * Fix: Prevented images with a very wide aspect ratio from being displayed distorted in the rich text editor (Iman Syed) * Fix: Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd) + * Fix: Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo) 2.6.1 (05.08.2019) diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index 66d93a0f48..593e7ad258 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -30,6 +30,7 @@ Bug fixes * Changed StreamField group label color so labels are visible (Catherine Farman) * Prevented images with a very wide aspect ratio from being displayed distorted in the rich text editor (Iman Syed) * Prevent exception when deleting a model with a protected One-to-one relationship (Neal Todd) + * Added labels to snippet bulk edit checkboxes for screen reader users (Martey Dodoo) Upgrade considerations diff --git a/wagtail/snippets/templates/wagtailsnippets/snippets/list.html b/wagtail/snippets/templates/wagtailsnippets/snippets/list.html index 9e6ba2df30..927d3504c6 100644 --- a/wagtail/snippets/templates/wagtailsnippets/snippets/list.html +++ b/wagtail/snippets/templates/wagtailsnippets/snippets/list.html @@ -6,7 +6,12 @@