From 7be9065c9b849582870b885bb360aab95200e870 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 14 May 2019 06:52:41 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-7.5.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-7.5.md b/ChangeLog-7.5.md index 0e9cb08ddc9..6294d44d2de 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.11] - 2019-MM-DD + +### Fixed + +* Fixed [#3683](https://github.com/sebastianbergmann/phpunit/issues/3683): Regression in PHPUnit 7.5.10 with regard to Exception stubbing/mocking + ## [7.5.10] - 2019-05-09 ### Fixed @@ -102,6 +108,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.11]: https://github.com/sebastianbergmann/phpunit/compare/7.5.10...7.5.11 [7.5.10]: https://github.com/sebastianbergmann/phpunit/compare/7.5.9...7.5.10 [7.5.9]: https://github.com/sebastianbergmann/phpunit/compare/7.5.8...7.5.9 [7.5.8]: https://github.com/sebastianbergmann/phpunit/compare/7.5.7...7.5.8