release note for #939

This commit is contained in:
Matt Westcott 2015-01-28 20:13:46 +00:00
parent b94daa7ef1
commit 211ddb0376
2 changed files with 2 additions and 1 deletions

View file

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

View file

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