Skip to content

Commit 6e892c7

Browse files
Update ChangeLog
1 parent 10b10af commit 6e892c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

5+
## [9.4.5] - 2020-MM-DD
6+
7+
### Fixed
8+
9+
* [#4535](https://github.com/sebastianbergmann/phpunit/issues/4535): `getMockFromWsdl()` does not handle methods that do not have parameters correctly
10+
511
## [9.4.4] - 2020-12-01
612

713
### Fixed
@@ -45,6 +51,7 @@ All notable changes of the PHPUnit 9.4 release series are documented in this fil
4551

4652
* The PHPUnit XML configuration generator (that is invoked using the `--generate-configuration` CLI option) now asks for a cache directory (default: `.phpunit.cache`)
4753

54+
[9.4.5]: https://github.com/sebastianbergmann/phpunit/compare/9.4.4...9.4
4855
[9.4.4]: https://github.com/sebastianbergmann/phpunit/compare/9.4.3...9.4.4
4956
[9.4.3]: https://github.com/sebastianbergmann/phpunit/compare/9.4.2...9.4.3
5057
[9.4.2]: https://github.com/sebastianbergmann/phpunit/compare/9.4.1...9.4.2

0 commit comments

Comments
 (0)