Added Changelog

This commit is contained in:
Honza Král
2013-10-22 21:49:39 +02:00
parent 2bd421f29d
commit ce5b5a439a
4 changed files with 25 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
.. _changelog:
Changelog
=========
0.4.3
-----
* 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
-----
* `ignore` param acceted by all APIs
* Fixes to `helpers.bulk_index`
0.4.1
-----
Initial release.
+1
View File
@@ -1,4 +1,5 @@
include AUTHORS
include Changelog.rst
include CONTRIBUTING.md
include LICENSE
include MANIFEST.in
+1
View File
@@ -0,0 +1 @@
../Changelog.rst
+1
View File
@@ -83,6 +83,7 @@ Contents
connection
transports
helpers
Changelog
License
-------