From 5c7dc35a4650e195b3880524cb441edd397e9d30 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 19 Oct 2018 06:21:05 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-7.4.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-7.4.md b/ChangeLog-7.4.md index efe0c53886a..a565113248c 100644 --- a/ChangeLog-7.4.md +++ b/ChangeLog-7.4.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 7.4 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [7.4.2] - 2018-MM-DD + +### Fixed + +* Fixed [#3354](https://github.com/sebastianbergmann/phpunit/pull/3354): Regression when `columns="max"` is used + ## [7.4.1] - 2018-10-18 ### Fixed @@ -19,6 +25,7 @@ All notable changes of the PHPUnit 7.4 release series are documented in this fil * Implemented [#3284](https://github.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time * Implemented [#3290](https://github.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded +[7.4.2]: https://github.com/sebastianbergmann/phpunit/compare/7.4.1...7.4.2 [7.4.1]: https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1 [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0