mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-05 14:04:46 +00:00
Changelog/release note for #898
This commit is contained in:
parent
5bc010d593
commit
43dcd80d1d
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue