Release note for #4628

This commit is contained in:
Matt Westcott 2018-06-18 17:56:07 +01:00
parent 88dc3d978e
commit 8f9ca18c70
3 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@ Changelog
* Snippets can now be deleted from the listing view (LB (Ben Johnston))
* Increased max length of redirect URL field to 255 (Michael Harrison)
* Added documentation for new JS/CSS media files association with Draftail feature definitions (Ed Henderson)
* Added accessible colour contrast guidelines to the style guide (Catherine Farman)
* Fix: Handle all exceptions from `Image.get_file_size` (Andrew Plummer)
* Fix: Fix display of breadcrumbs in ModelAdmin (LB (Ben Johnston))
* Fix: Remove duplicate border radius of avatars (Benjamin Thurm)

View file

@ -306,6 +306,7 @@ Contributors
* Ed Henderson
* Strother Scott
* Daniele Procida
* Catherine Farman
Translators
===========

View file

@ -25,6 +25,7 @@ Other features
* Snippets can now be deleted from the listing view (LB (Ben Johnston))
* Increased max length of redirect URL field to 255 (Michael Harrison)
* Added documentation for new JS/CSS media files association with Draftail feature definitions (Ed Henderson)
* Added accessible colour contrast guidelines to the style guide (Catherine Farman)
Bug fixes
~~~~~~~~~