Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Dec 3, 2020
1 parent 10b10af commit 6e892c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog-9.4.md
Expand Up @@ -2,6 +2,12 @@

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

## [9.4.5] - 2020-MM-DD

### Fixed

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

## [9.4.4] - 2020-12-01

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

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

[9.4.5]: https://github.com/sebastianbergmann/phpunit/compare/9.4.4...9.4
[9.4.4]: https://github.com/sebastianbergmann/phpunit/compare/9.4.3...9.4.4
[9.4.3]: https://github.com/sebastianbergmann/phpunit/compare/9.4.2...9.4.3
[9.4.2]: https://github.com/sebastianbergmann/phpunit/compare/9.4.1...9.4.2
Expand Down

0 comments on commit 6e892c7

Please sign in to comment.