diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f2dac5c2c..23ae4839a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/0.8.5.rst b/docs/releases/0.8.5.rst index a9d838ee5..3fd822824 100644 --- a/docs/releases/0.8.5.rst +++ b/docs/releases/0.8.5.rst @@ -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 \ No newline at end of file