From d57c7c59f344d1d5532a162ab87d45dbfe05dcaa Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Thu, 23 May 2019 07:42:56 +1000 Subject: [PATCH] Update changelog/contributors & release notes with recent contributions --- CHANGELOG.txt | 3 +++ CONTRIBUTORS.rst | 1 + docs/releases/2.6.rst | 3 +++ 3 files changed, 7 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d428f6b773..d4db74b69e 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -11,6 +11,8 @@ Changelog * 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) * Added ButtonHelper examples in the modelAdmin primer page within documentation (Kalob Taulien) + * Multiple clarifications, grammar and typo fixes throughout documentation (Dan Swain) + * Use correct URL in API example in documentation (Michael Bunsen) * 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) @@ -24,6 +26,7 @@ Changelog * Fix: Add empty alt attributes to HTML output of Embedly and oEmbed embed finders (Andreas Bernacca) * Fix: Add empty alt attributes to all images in the CMS admin (Andreas Bernacca) * Fix: Make URL generator preview image alt translateable (Thibaud Colas) + * Fix: Clear pending AJAX request if error occurs on page chooser (Matt Westcott) 2.5.1 (07.05.2019) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 5f7fa6c087..b98269e097 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -373,6 +373,7 @@ Contributors * Andreas Bernacca * Alex Tomkins * Beth Menzies +* Michael Bunsen Translators =========== diff --git a/docs/releases/2.6.rst b/docs/releases/2.6.rst index 878e36676e..e1a2afd1c6 100644 --- a/docs/releases/2.6.rst +++ b/docs/releases/2.6.rst @@ -20,6 +20,8 @@ Other features * 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) * Added ButtonHelper examples in the modelAdmin primer page within documentation (Kalob Taulien) + * Multiple clarifications, grammar and typo fixes throughout documentation (Dan Swain) + * Use correct URL in API example in documentation (Michael Bunsen) Bug fixes ~~~~~~~~~ @@ -37,6 +39,7 @@ Bug fixes * Add empty alt attributes to HTML output of Embedly and oEmbed embed finders (Andreas Bernacca) * Add empty alt attributes to all images in the CMS admin (Andreas Bernacca) * Make URL generator preview image alt translateable (Thibaud Colas) + * Clear pending AJAX request if error occurs on page chooser (Matt Westcott) Upgrade considerations