From ce5b5a439a029321a46b79c127f665265cde58cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Tue, 22 Oct 2013 21:49:01 +0200 Subject: [PATCH] Added Changelog --- Changelog.rst | 22 ++++++++++++++++++++++ MANIFEST.in | 1 + docs/Changelog.rst | 1 + docs/index.rst | 1 + 4 files changed, 25 insertions(+) create mode 100644 Changelog.rst create mode 120000 docs/Changelog.rst diff --git a/Changelog.rst b/Changelog.rst new file mode 100644 index 00000000..b972d24c --- /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 58cb8c0f..37323fd5 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 00000000..bd5ae163 --- /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 598017af..3d66d5f2 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -83,6 +83,7 @@ Contents connection transports helpers + Changelog License -------