0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00

Release notes for #4575.

This commit is contained in:
Bertrand Bordage 2018-07-11 18:25:09 +02:00
parent 90cc9c54ba
commit 88d5a8cfee
2 changed files with 2 additions and 0 deletions

View File

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

View File

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