From 1890f9d7fde076b5a3ddcf579a802af05b2e781b Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Thu, 3 Feb 2022 14:40:04 +0100 Subject: [PATCH] Updated BREAKING CHANGES with psr/log v3 support --- BREAKING_CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BREAKING_CHANGES.md b/BREAKING_CHANGES.md index a5cf68e45..d162adc7d 100644 --- a/BREAKING_CHANGES.md +++ b/BREAKING_CHANGES.md @@ -1,3 +1,8 @@ +# 7.17 + +- We changed the signature of `Elasticsearch\Common\EmptyLogger::log` adding the `void` return type. + This change has been needed to support psr/log v3. + # 7.4 - Using a deprecated parameter is notified triggering a [E_USER_DEPRECATED](https://www.php.net/manual/en/errorfunc.constants.php)