From 43d129d6a0f81c78bee378b46688293eb7ea3739 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 31 Oct 2024 06:30:08 +0100 Subject: [PATCH] Prepare release --- ChangeLog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index db39bcd..a824385 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,6 +2,12 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [6.2.1] - 2024-10-31 + +### Fixed + +* [#119](https://github.com/sebastianbergmann/comparator/pull/119): `Uninitialized string offset -1` warning + ## [6.2.0] - 2024-10-30 ### Changed @@ -192,6 +198,7 @@ All notable changes are documented in this file using the [Keep a CHANGELOG](htt * Added `SebastianBergmann\Comparator\Factory::reset()` to unregister all non-default comparators * Added support for `phpunit/phpunit-mock-objects` version `^5.0` +[6.2.1]: https://github.com/sebastianbergmann/comparator/compare/6.2.0...6.2.1 [6.2.0]: https://github.com/sebastianbergmann/comparator/compare/6.1.1...6.2.0 [6.1.1]: https://github.com/sebastianbergmann/comparator/compare/6.1.0...6.1.1 [6.1.0]: https://github.com/sebastianbergmann/comparator/compare/6.0.2...6.1.0