fix:repo cleanup
This commit is contained in:
+42
@@ -2,6 +2,42 @@
|
||||
|
||||
All notable changes are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
|
||||
|
||||
## [7.1.3] - 2025-08-20
|
||||
|
||||
### Changed
|
||||
|
||||
* [#130](https://github.com/sebastianbergmann/comparator/pull/130): Provide a diff when `ClosureComparator` fails
|
||||
|
||||
## [7.1.2] - 2025-08-10
|
||||
|
||||
### Fixed
|
||||
|
||||
* `SebastianBergmann\Comparator\Comparator` should not have been marked as private implementation detail of this library
|
||||
|
||||
## [7.1.1] - 2025-08-10
|
||||
|
||||
### Changed
|
||||
|
||||
* Do not use `SplObjectStorage` methods that will be deprecated in PHP 8.5
|
||||
|
||||
## [7.1.0] - 2025-06-17
|
||||
|
||||
### Added
|
||||
|
||||
* [#127](https://github.com/sebastianbergmann/comparator/issues/127): Support for comparing `Closure` objects
|
||||
|
||||
## [7.0.1] - 2025-03-07
|
||||
|
||||
### Fixed
|
||||
|
||||
* [#122](https://github.com/sebastianbergmann/comparator/issues/122): `INF` is considered equal to `-INF`
|
||||
|
||||
## [7.0.0] - 2025-02-07
|
||||
|
||||
### Removed
|
||||
|
||||
* Removed support for PHP 8.2
|
||||
|
||||
## [6.3.2] - 2025-08-10
|
||||
|
||||
### Changed
|
||||
@@ -216,6 +252,12 @@ 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`
|
||||
|
||||
[7.1.3]: https://github.com/sebastianbergmann/comparator/compare/7.1.2...7.1.3
|
||||
[7.1.2]: https://github.com/sebastianbergmann/comparator/compare/7.1.1...7.1.2
|
||||
[7.1.1]: https://github.com/sebastianbergmann/comparator/compare/7.1.0...7.1.1
|
||||
[7.1.0]: https://github.com/sebastianbergmann/comparator/compare/7.0.1...7.1.0
|
||||
[7.0.1]: https://github.com/sebastianbergmann/comparator/compare/7.0.0...7.0.1
|
||||
[7.0.0]: https://github.com/sebastianbergmann/comparator/compare/6.3...7.0.0
|
||||
[6.3.2]: https://github.com/sebastianbergmann/comparator/compare/6.3.1...6.3.2
|
||||
[6.3.1]: https://github.com/sebastianbergmann/comparator/compare/6.3.0...6.3.1
|
||||
[6.3.0]: https://github.com/sebastianbergmann/comparator/compare/6.2.1...6.3.0
|
||||
|
||||
Reference in New Issue
Block a user