Skip to content

Commit d44c478

Browse files
Update ChangeLog
1 parent 1345f41 commit d44c478

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-8.5.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes of the PHPUnit 8.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [8.5.24] - 2022-MM-DD
6+
7+
### Changed
8+
9+
* [#4874](https://github.com/sebastianbergmann/phpunit/pull/4874): `PHP_FLOAT_EPSILON` is now used instead of hardcoded `0.0000000001` in `PHPUnit\Framework\Constraint\IsIdentical`
10+
511
## [8.5.23] - 2022-01-21
612

713
### Fixed
@@ -197,6 +203,7 @@ All notable changes of the PHPUnit 8.5 release series are documented in this fil
197203
* [#3967](https://github.com/sebastianbergmann/phpunit/issues/3967): Cannot double interface that extends interface that extends `\Throwable`
198204
* [#3968](https://github.com/sebastianbergmann/phpunit/pull/3968): Test class run in a separate PHP process are passing when `exit` called inside
199205

206+
[8.5.24]: https://github.com/sebastianbergmann/phpunit/compare/8.5.23...8.5
200207
[8.5.23]: https://github.com/sebastianbergmann/phpunit/compare/8.5.22...8.5.23
201208
[8.5.22]: https://github.com/sebastianbergmann/phpunit/compare/8.5.21...8.5.22
202209
[8.5.21]: https://github.com/sebastianbergmann/phpunit/compare/8.5.20...8.5.21

0 commit comments

Comments
 (0)