Release note for #6183 in 2.10

pull/6202/head
Matt Westcott 2020-06-30 14:25:30 +01:00
rodzic 58741d3989
commit ccbbe8b8ee
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -62,6 +62,7 @@ Changelog
* Fix: Remove use of Node.forEach for IE 11 compatibility in admin menu items (Thibaud Colas)
* Fix: Fix incorrect method name in SiteMiddleware deprecation warning (LB (Ben Johnston))
* Fix: `wagtail.contrib.sitemaps` no longer depends on SiteMiddleware (Matt Westcott)
* Fix: Purge image renditions cache when renditions are deleted (Pascal Widdershoven, Matt Westcott)
2.9.1 (30.06.2020)

Wyświetl plik

@ -85,6 +85,7 @@ Bug fixes
* Remove use of Node.forEach for IE 11 compatibility in admin menu items (Thibaud Colas)
* Fix incorrect method name in SiteMiddleware deprecation warning (LB (Ben Johnston))
* ``wagtail.contrib.sitemaps`` no longer depends on SiteMiddleware (Matt Westcott)
* Purge image renditions cache when renditions are deleted (Pascal Widdershoven, Matt Westcott)
Upgrade considerations