Skip to content

Commit 087ce9f

Browse files
Merge branch '5.0' into 5.1
2 parents e1c99d4 + a3d4eaf commit 087ce9f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ChangeLog-4.8.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes of the PHPUnit 4.8 release series are documented in this file using the [Keep a CHANGELOG](http://keepachangelog.com/) principles.
44

5+
## [4.8.20] - 2015-12-10
6+
7+
### Changed
8+
9+
* Changed PHP version constraint in `composer.json` to prevent installing PHPUnit 4.8 on PHP 7
10+
* `phpunit.phar` will now refuse to work on PHP 7
11+
512
## [4.8.19] - 2015-11-30
613

714
### Fixed
@@ -143,6 +150,7 @@ New PHAR release due to updated dependencies
143150
* Made the argument check of `assertContains()` and `assertNotContains()` more strict to prevent undefined behavior such as [#1808](https://github.com/sebastianbergmann/phpunit/issues/1808)
144151
* Changed the name of the default group from `__nogroup__` to `default`
145152

153+
[4.8.20]: https://github.com/sebastianbergmann/phpunit/compare/4.8.19...4.8.20
146154
[4.8.19]: https://github.com/sebastianbergmann/phpunit/compare/4.8.18...4.8.19
147155
[4.8.18]: https://github.com/sebastianbergmann/phpunit/compare/4.8.17...4.8.18
148156
[4.8.17]: https://github.com/sebastianbergmann/phpunit/compare/4.8.16...4.8.17

0 commit comments

Comments
 (0)