Add release notes for #5290

pull/5305/head
Thibaud Colas 2019-05-14 12:55:12 +01:00
rodzic 96e86a0375
commit 70a749b10a
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -372,6 +372,7 @@ Contributors
* Adam Eikman
* Andreas Bernacca
* Alex Tomkins
* Beth Menzies
Translators
===========

Wyświetl plik

@ -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
~~~~~~~~~