From 9f56ce0ec6c79346d2c5d0b8e623decae9cb370b Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Wed, 27 Mar 2024 10:52:58 +0300 Subject: [PATCH] Update CHANGELOG.md to reflect strict_types changes (#2205) --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3393c4b3c..f98a0d344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,10 +74,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * `Elastica\Connection\Strategy\StrategyFactory` * `Elastica\Connection\Strategy\StrategyInterface` * Removed `Elastica\Client::setLogger()` method [#2148](https://github.com/ruflin/Elastica/pull/2148) +* Enabled `strict_types` on all classes [#2190](https://github.com/ruflin/Elastica/pull/2190) - - ### Added * Added support for PHP 8.2 [#2136](https://github.com/ruflin/Elastica/pull/2136) * Added missing `@throws` annotations to Client::request and related methods [#2152](https://github.com/ruflin/Elastica/pull/2152)