From 6c086008f273c39cef374aebcce07ee996e8ee36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 19 Oct 2015 15:16:32 +0200 Subject: [PATCH] Added a note about removing bulk_index alias Closes #283, thanks cjgu for the report! --- Changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.rst b/Changelog.rst index 465215e9..753ded1d 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -14,6 +14,8 @@ Changelog * 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 + * In helpers, removed ``bulk_index`` as an alias for ``bulk``. Use ``bulk`` + instead. 1.7.0 (2015-09-21) ------------------