Added a note about removing bulk_index alias

Closes #283, thanks cjgu for the report!
This commit is contained in:
Honza Král
2015-10-19 15:16:32 +02:00
parent 1527177b5c
commit 6c086008f2
+2
View File
@@ -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)
------------------