diff --git a/ChangeLog.md b/ChangeLog.md index 6a30ada1..0ed98b94 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.0.2] - 2024-08-12 + +### Fixed + +* [#112](https://github.com/sebastianbergmann/comparator/issues/112): Arrays with different keys and the same values are considered equal in canonicalize mode + ## [6.0.1] - 2024-07-03 ### Changed @@ -162,6 +168,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.0.2]: https://github.com/sebastianbergmann/comparator/compare/6.0.1...6.0.2 [6.0.1]: https://github.com/sebastianbergmann/comparator/compare/6.0.0...6.0.1 [6.0.0]: https://github.com/sebastianbergmann/comparator/compare/5.0...6.0.0 [5.0.2]: https://github.com/sebastianbergmann/comparator/compare/5.0.1...5.0.2