From c9e740324c1a2197454274f5d18514b9a0752374 Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Thu, 23 May 2019 16:57:40 +0100 Subject: [PATCH] Release notes for #5304 --- CHANGELOG.txt | 3 +++ docs/releases/2.6.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ea029a2e6e..4855090d95 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -15,6 +15,8 @@ Changelog * Use correct URL in API example in documentation (Michael Bunsen) * Move datetime widget initialiser JS into the widget's form media instead of page editor media (Matt Westcott) * Add form field prefixes for input forms in chooser modals (Matt Westcott) + * Increase font-size across the whole admin (Beth Menzies, Katie Locke) + * Improved text color contrast across the whole admin (Beth Menzies, Katie Locke) * 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) @@ -29,6 +31,7 @@ Changelog * 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) + * Fix: Prevent text from overlapping in focal point editing UI (Beth Menzies) 2.5.1 (07.05.2019) diff --git a/docs/releases/2.6.rst b/docs/releases/2.6.rst index 6650679855..284c361dd9 100644 --- a/docs/releases/2.6.rst +++ b/docs/releases/2.6.rst @@ -24,6 +24,8 @@ Other features * Use correct URL in API example in documentation (Michael Bunsen) * Move datetime widget initialiser JS into the widget's form media instead of page editor media (Matt Westcott) * Add form field prefixes for input forms in chooser modals (Matt Westcott) + * Increase font-size across the whole admin (Beth Menzies, Katie Locke) + * Improved text color contrast across the whole admin (Beth Menzies, Katie Locke) Bug fixes ~~~~~~~~~ @@ -42,6 +44,7 @@ Bug fixes * 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) + * Prevent text from overlapping in focal point editing UI (Beth Menzies) Upgrade considerations