Added Changelog
This commit is contained in:
@@ -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,4 +1,5 @@
|
||||
include AUTHORS
|
||||
include Changelog.rst
|
||||
include CONTRIBUTING.md
|
||||
include LICENSE
|
||||
include MANIFEST.in
|
||||
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
../Changelog.rst
|
||||
@@ -83,6 +83,7 @@ Contents
|
||||
connection
|
||||
transports
|
||||
helpers
|
||||
Changelog
|
||||
|
||||
License
|
||||
-------
|
||||
|
||||
Reference in New Issue
Block a user