From 0102d460b5d2a40f43ef1064a6a8b4e31e330be2 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 19 Jul 2018 09:00:21 +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 a99350d1ca1..5fba7547d7f 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.8] - 2018-MM-DD + +### Fixed + +* Fixed [#3218](https://github.com/sebastianbergmann/phpunit/issues/3218): `prefix` attribute for `directory` node missing from `phpunit.xml` XSD + ## [7.2.7] - 2018-07-15 ### Fixed @@ -67,6 +73,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.8]: https://github.com/sebastianbergmann/phpunit/compare/7.2.7...7.2.8 [7.2.7]: https://github.com/sebastianbergmann/phpunit/compare/7.2.6...7.2.7 [7.2.6]: https://github.com/sebastianbergmann/phpunit/compare/7.2.5...7.2.6 [7.2.5]: https://github.com/sebastianbergmann/phpunit/compare/7.2.4...7.2.5