From 43a0d88e77d8756c06e6de9bf06c1d3fe1fe559f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Fri, 30 Jan 2015 00:07:00 +0100 Subject: [PATCH] Updated Changelog for 1.4.0 --- Changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.rst b/Changelog.rst index 3afc0bff..de5663c0 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -7,8 +7,11 @@ Changelog ----------- * Using insecure SSL configuration (``verify_cert=False``) raises a warning + * ``reindex`` accepts a query parameter * enable ``reindex`` helper to accept any kwargs for underlying ``bulk`` and ``scan`` calls + * when doing an initial sniff (via ``sniff_on_start``) ignore special sniff timeout + * option to treat ``TransportError`` as normal failure in ``bulk`` helpers 1.3.0 (2014-12-31) ------------------