From 3cb77ff0fbd2befadcf9405a62688db86638b9cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Wed, 7 Oct 2015 17:49:52 +0200 Subject: [PATCH] Updated Changelog --- Changelog.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.rst b/Changelog.rst index 642f9b0a..1e152f11 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -3,11 +3,18 @@ Changelog ========= +1.8.0 +----- + + * removed thrift and memcached connections, if you wish to continue using + those, extract the classes and use them separately. + * added a new, parallel version of the bulk helper using thread pools + 1.7.0 (2015-09-21) ------------------ * elasticsearch 2.0 compatibility - * thrift now deprecated, to be remoeved in future version + * thrift now deprecated, to be removed in future version * make sure urllib3 always uses keep-alive 1.6.0 (2015-06-10)