From 29bf0090e7390e56daa83edd3b2231433567ed0d Mon Sep 17 00:00:00 2001 From: Oleg Zhulnev Date: Mon, 25 Mar 2024 20:23:38 +0300 Subject: [PATCH] Update CHANGELOG.md to reflect strict_types changes --- 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)