From 9ea37197f6089a4df44bfe88d8834425c3eb6f00 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 17 Jun 2019 16:41:41 +0200 Subject: [PATCH] Updated the CHANGELOG for 7.0.1 --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae95d02b2..9665a6ac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 7.0.1 + +- Fixed SniffingConnectionPool removing the return type of Connection::sniff() + [#899](https://github.com/elastic/elasticsearch-php/pull/899) + ## Release 7.0.0 - Requirement of PHP 7.1 instead of 7.0 that is not supported since 1 Jan 2019. @@ -14,9 +19,6 @@ - Fix `json_encode` for unicode(emoji) characters [856](https://github.com/elastic/elasticsearch-php/pull/856) - Fix HTTP port specification using CURLOPT_PORT, not anymore in the host [782](https://github.com/elastic/elasticsearch-php/pull/782) -### Testing - - ## Release 6.7.1 - Added `track_total_hits` in `search` endpoint [0c9ff47](https://github.com/elastic/elasticsearch-php/commit/9f4f0dfa331c4f50d2c88c0068afd3062e6ea353)