From af64f7ce723000459e25abfda50899464e278192 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 9 Feb 2015 12:39:12 +0000 Subject: [PATCH] Changelog, release notes and contributor entry for #620 --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/releases/0.8.5.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e247c1814..89a6a21ac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -10,6 +10,7 @@ Changelog * 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 * 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) 0.8.4 (04.12.2014) ~~~~~~~~~~~~~~~~~~ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 65ab09bf0..d34461ca1 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -40,6 +40,7 @@ Contributors * georgewhewell * Frank Wiles * Sebastian Spiegel +* Alejandro Varas Translators =========== diff --git a/docs/releases/0.8.5.rst b/docs/releases/0.8.5.rst index f75f93e60..482d660a0 100644 --- a/docs/releases/0.8.5.rst +++ b/docs/releases/0.8.5.rst @@ -20,3 +20,4 @@ Bug fixes * Storage backends that return raw ContentFile objects are now handled correctly when resizing images * 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