Release note for #4788

This commit is contained in:
Matt Westcott 2018-10-11 12:46:21 +01:00
parent a7fd9a136e
commit 56801cc0ce
3 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,7 @@ Changelog
~~~~~~~~~~~~~~~~~~~~
* Added support for Django 2.1 (Ryan Verner, Matt Westcott)
* Improved colour contrast (Coen van der Kamp, Naomi Morduch Toubman, Naa Marteki Reed, Edd Baldry, Ben Enright)
* Added 'scale' image filter (Oliver Wilkerson)
* Added meta tag to prevent search engines from indexing admin pages (Karl Hobley)
* EmbedBlock now validates against recognised embed providers on save (Bertrand Bordage)

View file

@ -320,6 +320,7 @@ Contributors
* Dan Braghis
* Ben Dickinson
* Meteor0id
* Naa Marteki Reed
Translators
===========

View file

@ -19,6 +19,12 @@ Added Django 2.1 support
Wagtail is now compatible with Django 2.1. Compatibility fixes were contributed by Ryan Verner and Matt Westcott.
Improved colour contrast
~~~~~~~~~~~~~~~~~~~~~~~~
Colour contrast within the admin interface has been improved, and now complies with WCAG 2 level AA. This was completed by Coen van der Kamp and Naomi Morduch Toubman based on earlier work from Edd Baldry, Naa Marteki Reed and Ben Enright.
Other features
~~~~~~~~~~~~~~