From f95cf646f884a8e7b73bd12eda3e5753994b24d3 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 14 Apr 2022 08:57:28 +0200 Subject: [PATCH] Prepare 6.2.1 (#2062) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b72aeeab5e..c673d643a1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file based on the [Keep a Changelog](http://keepachangelog.com/) Standard. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased](https://github.com/ruflin/Elastica/compare/6.2.0...6.x) +## [Unreleased](https://github.com/ruflin/Elastica/compare/6.2.1...6.x) ### Backward Compatibility Breaks ### Bugfixes @@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file based on the * Solve PHP 8.1 deprecations for every class implementing Countable, Iterator or ArrayAccess [#2061](https://github.com/ruflin/Elastica/pull/2061) ### Deprecated +## [6.2.1](https://github.com/ruflin/Elastica/compare/6.2.0...6.2.1) + +### Improvements +* Solve PHP 8.1 deprecations for every class implementing Countable, Iterator or ArrayAccess [#2061](https://github.com/ruflin/Elastica/pull/2061) + ## [6.2.0](https://github.com/ruflin/Elastica/compare/6.1.5...6.2.0) ### Added