diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 60ff68faf0..6072ae3cb8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -62,6 +62,7 @@ Changelog * Fix: Formbuilder no longer raises TypeError when submitting unchecked boolean field (Arne Schauf) * 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 0.8.7 (29.04.2015) diff --git a/docs/releases/0.8.8.rst b/docs/releases/0.8.8.rst index 2a7b882f6c..7b0264b80f 100644 --- a/docs/releases/0.8.8.rst +++ b/docs/releases/0.8.8.rst @@ -15,3 +15,4 @@ 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