Changelog/release note for #898

pull/766/merge
Karl Hobley 2015-01-18 14:46:36 +00:00
rodzic c4dc9f3883
commit e0fe9af555
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,7 @@ Changelog
* Fix: Active admin submenus were not properly closed when activating another
* Fix: get_sitemap_urls is now called on the specific page class so it can now be overridden (Jerel Unruh)
* Fix: (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again
* Fix: Storage backends that return raw ContentFile objects are now handled correctly when resizing images (@georgewhewell)
0.8.4 (04.12.2014)

Wyświetl plik

@ -17,3 +17,4 @@ Bug fixes
* Active admin submenus were not properly closed when activating another
* ``get_sitemap_urls`` is now called on the specific page class so it can now be overridden
* (Firefox and IE) Fixed preview window hanging and not refocusing when "Preview" button is clicked again
* Storage backends that return raw ContentFile objects are now handled correctly when resizing images