From 72cf492d57ce073bcddfca21add28f21c3e82981 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 16 Feb 2018 07:08:15 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog-7.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog-7.0.md b/ChangeLog-7.0.md index c71fd9e6881..f5ca04014b8 100644 --- a/ChangeLog-7.0.md +++ b/ChangeLog-7.0.md @@ -2,6 +2,12 @@ All notable changes of the PHPUnit 7.0 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles. +## [7.0.2] - 2018-MM-DD + +### Fixed + +* Fixed [#2974](https://github.com/sebastianbergmann/phpunit/issues/2974): JUnit XML logfile contains invalid characters when test output contains binary data + ## [7.0.1] - 2018-02-13 ### Fixed @@ -37,6 +43,7 @@ All notable changes of the PHPUnit 7.0 release series are documented in this fil * Fixed [#2907](https://github.com/sebastianbergmann/phpunit/issues/2907): `StringMatchesFormatDescription` constraint does not handle escaped `%` correctly * Fixed [#2919](https://github.com/sebastianbergmann/phpunit/issues/2919): `assertJsonStringEqualsJsonString()` matches empty object as empty array +[7.0.2]: https://github.com/sebastianbergmann/phpunit/compare/7.0.1...7.0.2 [7.0.1]: https://github.com/sebastianbergmann/phpunit/compare/7.0.0...7.0.1 [7.0.0]: https://github.com/sebastianbergmann/phpunit/compare/6.5...7.0.0