From 6f9251d0910483fcbe22ee7a47ed604e43070770 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 11 Nov 2015 07:23:02 -0500 Subject: [PATCH] Leftover from fa33d4ad96481b91df343d83e8c8aabed6b1dfd3 --- ChangeLog-4.8.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog-4.8.md b/ChangeLog-4.8.md index 177b25bd78e..9a9fbbf1c51 100644 --- a/ChangeLog-4.8.md +++ b/ChangeLog-4.8.md @@ -137,6 +137,7 @@ New PHAR release due to updated dependencies * Made the argument check of `assertContains()` and `assertNotContains()` more strict to prevent undefined behavior such as [#1808](https://github.com/sebastianbergmann/phpunit/issues/1808) * Changed the name of the default group from `__nogroup__` to `default` +[4.8.18]: https://github.com/sebastianbergmann/phpunit/compare/4.8.17...4.8.18 [4.8.17]: https://github.com/sebastianbergmann/phpunit/compare/4.8.16...4.8.17 [4.8.16]: https://github.com/sebastianbergmann/phpunit/compare/4.8.15...4.8.16 [4.8.15]: https://github.com/sebastianbergmann/phpunit/compare/4.8.14...4.8.15