added 2.4.0 changelog

This commit is contained in:
Honza Král
2016-08-17 16:37:48 +02:00
parent 87bf9866a4
commit ef390c2888
+12
View File
@@ -12,6 +12,18 @@ Version compatible with elasticsearch 5.0
* passing in a keyword parameter with ``None`` as value will cause that param
to be ignored
2.4.0 (2016-08-17)
------------------
* ``ping`` now ignores all ``TransportError`` exceptions and just returns
``False``
* expose ``scroll_id`` on ``ScanError``
* increase default size for ``scan`` helper to 1000
Internal:
* changed ``Transport.perform_request`` to just return the body, not status as well.
2.3.0 (2016-02-29)
------------------