Skip to content

Commit 9d189ff

Browse files
Update ChangeLog
1 parent 5eee59e commit 9d189ff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog-9.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 9.5 release series are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.
44

5+
## [9.5.14] - 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
## [9.5.13] - 2022-01-24
612

713
### Fixed
@@ -116,6 +122,7 @@ All notable changes of the PHPUnit 9.5 release series are documented in this fil
116122

117123
* [#4535](https://github.com/sebastianbergmann/phpunit/issues/4535): `getMockFromWsdl()` does not handle methods that do not have parameters correctly
118124

125+
[9.5.14]: https://github.com/sebastianbergmann/phpunit/compare/9.5.13...9.5
119126
[9.5.13]: https://github.com/sebastianbergmann/phpunit/compare/9.5.12...9.5.13
120127
[9.5.12]: https://github.com/sebastianbergmann/phpunit/compare/9.5.11...9.5.12
121128
[9.5.11]: https://github.com/sebastianbergmann/phpunit/compare/9.5.10...9.5.11

0 commit comments

Comments
 (0)