From d92c97adccc5bb3f20ea8d5b0bb53e5f469f9231 Mon Sep 17 00:00:00 2001 From: Nicole Cordes Date: Fri, 13 Sep 2019 14:36:12 +0200 Subject: [PATCH] [RELEASE] Release of nimut/phpunit-merger 0.3.1 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c264deb..abf0fd0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-09-13 [RELEASE] Release of nimut/phpunit-merger 0.3.1 (Nicole Cordes) +2019-09-13 f4f2407 Replace get_class with instanceof comparrision (Nicole Cordes) +2019-08-09 48b1a3d Show error if the scanned file is not a valid PHP script. (Thomas Eimers) + 2019-05-15 [RELEASE] Release of nimut/phpunit-merger 0.3.0 (Nicole Cordes) 2019-03-09 52e6874 [FEATURE] Add more unit tests to cover new CoverageCommand option (Nicole Cordes) 2019-03-09 e2daa30 [FEATURE] Add option to CoverageCommand to generate HTML report (Nicole Cordes)