From 6fef8f441dd95c51fd1e45b405feff8b072bc8ab Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 12 Feb 2015 13:53:05 +0000 Subject: [PATCH] Changelog and release notes for #990 --- CHANGELOG.txt | 1 + docs/releases/0.8.5.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c60f672d2..45d6a09d2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -35,6 +35,7 @@ Changelog * Fix: Punctuation characters are no longer stripped when performing search queries * Fix: When adding tags where there were none before, it is now possible to save a single tag with multiple words in it * Fix: richtext template tag no longer raises TypeError if None is passed into it (Alejandro Varas) +* Fix: Serving documents now uses a streaming HTTP response and will no longer break Djangos cache middleware 0.8.4 (04.12.2014) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/0.8.5.rst b/docs/releases/0.8.5.rst index 482d660a0..f5877583c 100644 --- a/docs/releases/0.8.5.rst +++ b/docs/releases/0.8.5.rst @@ -21,3 +21,4 @@ Bug fixes * Punctuation characters are no longer stripped when performing search queries * When adding tags where there were none before, it is now possible to save a single tag with multiple words in it * ``richtext`` template tag no longer raises ``TypeError`` if ``None`` is passed into it + * Serving documents now uses a streaming HTTP response and will no longer break Djangos cache middleware