Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Aug 3, 2019
1 parent 27ad9db commit 27d698e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog-8.3.md
Expand Up @@ -2,6 +2,12 @@

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

## [8.3.3] - 2019-MM-DD

### Fixed

* Implemented [#3781](https://github.com/sebastianbergmann/phpunit/pull/3781): `MockBuilder::addMethods()` and `MockBuilder::onlyMethods()` do not handle empty parameter array correctly

## [8.3.2] - 2019-08-02

### Fixed
Expand Down Expand Up @@ -31,6 +37,7 @@ All notable changes of the PHPUnit 8.3 release series are documented in this fil
* Implemented [#3522](https://github.com/sebastianbergmann/phpunit/issues/3522): The `TestCase::setUseErrorHandler()` method, which controlled a feature that was not documented and did not work correctly, has been deprecated and does not have an effect anymore
* Implemented [#3687](https://github.com/sebastianbergmann/phpunit/pull/3687): `MockBuilder::setMethods()` is now deprecated

[8.3.3]: https://github.com/sebastianbergmann/phpunit/compare/8.3.2...8.3.3
[8.3.2]: https://github.com/sebastianbergmann/phpunit/compare/8.3.1...8.3.2
[8.3.1]: https://github.com/sebastianbergmann/phpunit/compare/8.3.0...8.3.1
[8.3.0]: https://github.com/sebastianbergmann/phpunit/compare/8.2.5...8.3.0
Expand Down

0 comments on commit 27d698e

Please sign in to comment.