From 1b1e88659dd1c829c15df6b4fdfd6b816ddc10ba Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Wed, 29 May 2024 12:57:30 +0200 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: Emanuele Panzeri --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85d0e0060..76736dca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -192,7 +192,6 @@ This a major release with breaking changes. Have a look at the [Upgrade guide](h * Enabled `strict_types` on all classes [#2190](https://github.com/ruflin/Elastica/pull/2190) * Changed `Elastica\Scroll:clear` to use `scroll_id` body parameter instead of url parameter [#2211](https://github.com/ruflin/Elastica/pull/2211) - ### 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)