From 9b60521b3452ae0b94a771b235e83fae4366a607 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 23 Dec 2013 16:27:27 +0100 Subject: [PATCH] Tweaking the changelog a bit to prepare for release --- Changelog.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/Changelog.rst b/Changelog.rst index f9ef3a6d..dd79de48 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -19,21 +19,22 @@ Changelog * changed deserialization mechanics. Users who provided their own serializer that didn't extend `JSONSerializer` need to specify a `mimetype` class attribute. + * minor bug fixes -0.4.3 ------ +0.4.3 (2013-10-22) +------------------ * Fixes to `helpers.bulk_index`, better error handling * More benevolent `hosts` argument parsing for `Elasticsearch` * `requests` no longer required (nor recommended) for install -0.4.2 ------ +0.4.2 (2013-10-08) +------------------ * `ignore` param acceted by all APIs * Fixes to `helpers.bulk_index` -0.4.1 ------ +0.4.1 (2013-09-24) +------------------ Initial release.