diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6072ae3cb8..e609f2775d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -63,6 +63,7 @@ Changelog * Fix: Image upload form no longer breaks when using i10n thousand separators (@signalkraft) * Fix: Multiple image uploader now escapes HTML in filenames (Mac Chapman) * Fix: Retrieving an individual item from a sliced BaseSearchResults object now properly takes the slice offset into account +* Fix: Removed dependency on unicodecsv which fixes a crash on Python 3 0.8.7 (29.04.2015) diff --git a/docs/releases/0.8.8.rst b/docs/releases/0.8.8.rst index 7b0264b80f..7666c7dab1 100644 --- a/docs/releases/0.8.8.rst +++ b/docs/releases/0.8.8.rst @@ -15,4 +15,5 @@ Bug fixes * Form builder no longer raises a ``TypeError`` when submitting unchecked boolean field * Image upload form no longer breaks when using i10n thousand separators * Multiple image uploader now escapes HTML in filenames -* Retrieving an individual item from a sliced ``BaseSearchResults`` object now properly takes the slice offset into account \ No newline at end of file +* Retrieving an individual item from a sliced ``BaseSearchResults`` object now properly takes the slice offset into account +* Removed dependency on unicodecsv which fixes a crash on Python 3