diff --git a/Changelog.rst b/Changelog.rst new file mode 100644 index 0000000000..b972d24cde --- /dev/null +++ b/Changelog.rst @@ -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. diff --git a/MANIFEST.in b/MANIFEST.in index 58cb8c0f6b..37323fd5a6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,5 @@ include AUTHORS +include Changelog.rst include CONTRIBUTING.md include LICENSE include MANIFEST.in diff --git a/docs/Changelog.rst b/docs/Changelog.rst new file mode 120000 index 0000000000..bd5ae16331 --- /dev/null +++ b/docs/Changelog.rst @@ -0,0 +1 @@ +../Changelog.rst \ No newline at end of file diff --git a/docs/index.rst b/docs/index.rst index 598017af09..3d66d5f23c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -83,6 +83,7 @@ Contents connection transports helpers + Changelog License -------