Tweaking the changelog a bit to prepare for release

This commit is contained in:
Honza Král
2013-12-23 16:27:27 +01:00
parent 06efe2c15b
commit 9b60521b34
+7 -6
View File
@@ -19,21 +19,22 @@ Changelog
* changed deserialization mechanics. Users who provided their own serializer * changed deserialization mechanics. Users who provided their own serializer
that didn't extend `JSONSerializer` need to specify a `mimetype` class that didn't extend `JSONSerializer` need to specify a `mimetype` class
attribute. attribute.
* minor bug fixes
0.4.3 0.4.3 (2013-10-22)
----- ------------------
* Fixes to `helpers.bulk_index`, better error handling * Fixes to `helpers.bulk_index`, better error handling
* More benevolent `hosts` argument parsing for `Elasticsearch` * More benevolent `hosts` argument parsing for `Elasticsearch`
* `requests` no longer required (nor recommended) for install * `requests` no longer required (nor recommended) for install
0.4.2 0.4.2 (2013-10-08)
----- ------------------
* `ignore` param acceted by all APIs * `ignore` param acceted by all APIs
* Fixes to `helpers.bulk_index` * Fixes to `helpers.bulk_index`
0.4.1 0.4.1 (2013-09-24)
----- ------------------
Initial release. Initial release.