From edd72a804bd13d95cf94c969878ba136a9848391 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 3 Jan 2019 10:36:35 +0100 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 e761cae7c78..74f4cdd1ace 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.2] - 2019-MM-DD + +### Fixed + +* Fixed [#3459](https://github.com/sebastianbergmann/phpunit/issues/3459): `@requires` function swallows digits at the end of function name + ## [7.5.1] - 2018-12-12 ### Fixed @@ -33,6 +39,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.2]: https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2 [7.5.1]: https://github.com/sebastianbergmann/phpunit/compare/7.5.0...7.5.1 [7.5.0]: https://github.com/sebastianbergmann/phpunit/compare/7.4.5...7.5.0