From f87f93f71f564d4bbdc5f008d296d1c37d828e10 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Thu, 9 Dec 2021 21:04:01 +0100 Subject: [PATCH] Added 7.16.0 in CHANGELOG --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3633389..d9f772b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## Release 7.16.0 + +- Added support of includePortInHostHeader in ClientBuilder::fromConfig + [#1181](https://github.com/elastic/elasticsearch-php/pull/1181) +- Fixed UTF-16 issue in SmartSerializer with single unpaired surrogate in unicode escape + [#1179](https://github.com/elastic/elasticsearch-php/pull/1179) +- Replace trait with abstract class to avoid Deprecated Functionality issue in PHP 8.1 + [#1175](https://github.com/elastic/elasticsearch-php/pull/1175) + ## Release 7.15.0 - Updated endpoints for Elasticsearch 7.15.0