diff --git a/ChangeLog-7.5.md b/ChangeLog-7.5.md index 0887e75efc9..30a1d3af80d 100644 --- a/ChangeLog-7.5.md +++ b/ChangeLog-7.5.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 7.5 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [7.5.8] - 2019-MM-DD + +### Fixed + +* Fixed [#3564](https://github.com/sebastianbergmann/phpunit/issues/3564): Production code uses class from test suite's fixture + ## [7.5.7] - 2019-03-16 ### Fixed @@ -81,6 +87,7 @@ All notable changes of the PHPUnit 7.5 release series are documented in this fil * Fixed [#3429](https://github.com/sebastianbergmann/phpunit/pull/3429): Inefficient loop in `getHookMethods()` * Fixed [#3437](https://github.com/sebastianbergmann/phpunit/pull/3437): JUnit logger skips PHPT tests +[7.5.8]: https://github.com/sebastianbergmann/phpunit/compare/7.5.7...7.5.8 [7.5.7]: https://github.com/sebastianbergmann/phpunit/compare/7.5.6...7.5.7 [7.5.6]: https://github.com/sebastianbergmann/phpunit/compare/7.5.5...7.5.6 [7.5.5]: https://github.com/sebastianbergmann/phpunit/compare/7.5.4...7.5.5 diff --git a/ChangeLog-8.0.md b/ChangeLog-8.0.md index 6285544eaec..5f94714404f 100644 --- a/ChangeLog-8.0.md +++ b/ChangeLog-8.0.md @@ -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 @@ -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