From 02264abb5ce22b47045e9b75d30d81a1f487bc12 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Mon, 1 Jul 2019 11:53:50 +0200 Subject: [PATCH] Updated CHANGELOG for 7.0.2 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9665a6ac7..8173daa63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Release 7.0.2 + +- Fixed incorrect return type hint when using async requests/futures + [#905](https://github.com/elastic/elasticsearch-php/pull/905) + ## Release 7.0.1 - Fixed SniffingConnectionPool removing the return type of Connection::sniff()