Adds release notes for #4508.

This commit is contained in:
Bertrand Bordage 2018-06-20 15:31:55 +02:00
parent 3d3a25a8e1
commit 806ba75497
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@ Changelog
* 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)
* Added faceted search using the `.facet()` method (Karl Hobley)
* 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

@ -26,6 +26,7 @@ Other features
* 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)
* Added faceted search using the ``.facet()`` method (Karl Hobley)
Bug fixes
~~~~~~~~~