From de4d7c39791eb9b6c79d7a30bde764e06cf24aa0 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 16 Jun 2018 07:43:39 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-7.2.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-7.2.md b/ChangeLog-7.2.md index 0899d75c36c..643bb61af3c 100644 --- a/ChangeLog-7.2.md +++ b/ChangeLog-7.2.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 7.2 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [7.2.5] - 2018-MM-DD + +### Fixed + +* Fixed [#3160](https://github.com/sebastianbergmann/phpunit/issues/3160): TeamCity logfile writer broken on Windows + ## [7.2.4] - 2018-06-05 ### Fixed @@ -46,6 +52,7 @@ All notable changes of the PHPUnit 7.2 release series are documented in this fil * Fixed [#3069](https://github.com/sebastianbergmann/phpunit/issues/3069): Method `ResultPrinter::printWaitPrompt()` seems to be unused +[7.2.5]: https://github.com/sebastianbergmann/phpunit/compare/7.2.4...7.2.5 [7.2.4]: https://github.com/sebastianbergmann/phpunit/compare/7.2.3...7.2.4 [7.2.3]: https://github.com/sebastianbergmann/phpunit/compare/7.2.2...7.2.3 [7.2.2]: https://github.com/sebastianbergmann/phpunit/compare/7.2.1...7.2.2