From fed89c7f7527ff73e24cf3c8a802574166a373d5 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 11 Jul 2018 19:55:44 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog-7.3.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog-7.3.md b/ChangeLog-7.3.md index abf302a07be..63d1ddc30e9 100644 --- a/ChangeLog-7.3.md +++ b/ChangeLog-7.3.md @@ -19,5 +19,9 @@ All notable changes of the PHPUnit 7.3 release series are documented in this fil * Implemented [#3196](https://github.com/sebastianbergmann/phpunit/issues/3196): Support for replacing placeholders in `@testdox` text with data provider values * Implemented [#3198](https://github.com/sebastianbergmann/phpunit/pull/3198): Provide source location for useless tests +### Fixed + +* Fixed [#3154](https://github.com/sebastianbergmann/phpunit/issues/3154): Global constants as default parameter values are not handled correctly in namespace + [7.3.0]: https://github.com/sebastianbergmann/phpunit/compare/7.2...7.3.0