release note for #939

pull/945/head
Matt Westcott 2015-01-28 20:13:46 +00:00
rodzic b94daa7ef1
commit 211ddb0376
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@ Changelog
* 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)
* Fix: Punctuation characters are no longer stripped when performing search queries
0.8.4 (04.12.2014)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -18,3 +18,4 @@ Bug fixes
* ``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
* Punctuation characters are no longer stripped when performing search queries