diff --git a/ChangeLog-7.2.md b/ChangeLog-7.2.md index b778c36d8a4..a99350d1ca1 100644 --- a/ChangeLog-7.2.md +++ b/ChangeLog-7.2.md @@ -2,10 +2,11 @@ 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.7] - 2018-MM-DD +## [7.2.7] - 2018-07-15 ### Fixed +* Fixed [#3154](https://github.com/sebastianbergmann/phpunit/issues/3154): Global constants as default parameter values are not handled correctly in namespace * Fixed [#3189](https://github.com/sebastianbergmann/phpunit/issues/3189): PHPUnit 7.2 potentially leaves a messy libxmlerror state * Fixed [#3199](https://github.com/sebastianbergmann/phpunit/pull/3199): Code Coverage for PHPT tests does not work when PHPDBG is used