Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 18, 2019
1 parent 2717610 commit e79fbce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ChangeLog-8.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [8.0.6] - 2019-MM-DD

### Fixed

* Fixed [#3564](https://github.com/sebastianbergmann/phpunit/issues/3564): Production code uses class from test suite's fixture

## [8.0.5] - 2019-03-16

### Fixed
Expand Down Expand Up @@ -74,6 +80,7 @@ All notable changes of the PHPUnit 8.0 release series are documented in this fil
* Implemented [#2762](https://github.com/sebastianbergmann/phpunit/issues/2762): Drop support for PHP 7.1
* Implemented [#3123](https://github.com/sebastianbergmann/phpunit/issues/3123): Remove `PHPUnit_Framework_MockObject_MockObject`

[8.0.6]: https://github.com/sebastianbergmann/phpunit/compare/8.0.5...8.0.6
[8.0.5]: https://github.com/sebastianbergmann/phpunit/compare/8.0.4...8.0.5
[8.0.4]: https://github.com/sebastianbergmann/phpunit/compare/8.0.3...8.0.4
[8.0.3]: https://github.com/sebastianbergmann/phpunit/compare/8.0.2...8.0.3
Expand Down

0 comments on commit e79fbce

Please sign in to comment.