Release notes for #4575.

pull/4686/head
Bertrand Bordage 2018-07-11 18:25:09 +02:00
rodzic 90cc9c54ba
commit 88d5a8cfee
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -21,6 +21,7 @@ Changelog
* Admin modal views no longer rely on Javascript `eval()`, for better CSP compliance (Matt Westcott)
* Update editor guide for embeds and documents in rich text (Kevin Howbrook)
* Improved performance of sitemap generation (Michael van Tellingen)
* Added an internal API for autocomplete (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)

Wyświetl plik

@ -30,6 +30,7 @@ Other features
* Admin modal views no longer rely on Javascript ``eval()``, for better CSP compliance (Matt Westcott)
* Update editor guide for embeds and documents in rich text (Kevin Howbrook)
* Improved performance of sitemap generation (Michael van Tellingen)
* Added an internal API for autocomplete (Karl Hobley)
Bug fixes
~~~~~~~~~