diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6105aadd46..08dbf94615 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog * Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg) * Added support for specifying cell alignment on TableBlock (Samuel Mendes) * Added more informative error when a non-image object is passed to the `image` template tag (Deniz Dogan) + * Added more ARIA landmarks across the admin interface and welcome page for screen reader users to navigate the CMS more easily (Beth Menzies) * Fix: ModelAdmin no longer fails when filtering over a foreign key relation (Jason Dilworth, Matt Westcott) * Fix: The Wagtail version number is now visible within the Settings menu (Kevin Howbrook) * Fix: Scaling images now rounds values to an integer so that images render without errors (Adrian Brunyate) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index caf85f9e7c..090e6f5538 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -372,6 +372,7 @@ Contributors * Adam Eikman * Andreas Bernacca * Alex Tomkins +* Beth Menzies Translators =========== diff --git a/docs/releases/2.6.rst b/docs/releases/2.6.rst index 703a7f18d8..81c6a96cda 100644 --- a/docs/releases/2.6.rst +++ b/docs/releases/2.6.rst @@ -18,7 +18,7 @@ Other features * Rearranged SCSS folder structure to the client folder and split them approximately according to ITCSS. (Naomi Morduch Toubman, Jonny Scholes, Janneke Janssen, Hugo van den Berg) * Added support for specifying cell alignment on TableBlock (Samuel Mendes) * Added more informative error when a non-image object is passed to the ``image`` template tag (Deniz Dogan) - + * Added more ARIA landmarks across the admin interface and welcome page for screen reader users to navigate the CMS more easily (Beth Menzies) Bug fixes ~~~~~~~~~