Changelog/release note for #898

This commit is contained in:
Karl Hobley 2015-01-18 14:46:36 +00:00
parent 5bc010d593
commit 43dcd80d1d
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,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)

View file

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