From 211ddb03769255a8ad4466ade23768c58b8eaf43 Mon Sep 17 00:00:00 2001 From: Matt Westcott <matt@west.co.tt> Date: Wed, 28 Jan 2015 20:13:46 +0000 Subject: [PATCH] release note for #939 --- CHANGELOG.txt | 2 +- docs/releases/0.8.5.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f2dac5c2c6..23ae4839a5 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 a9d838ee55..3fd822824e 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