File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG for 2.0
2
2
=================
3
3
4
- To get the diff for a specific change, go to https://github.com/johnkary/phpunit-speedtrap/commit/XXX where XXX is the commit hash
5
- To get the diff between two versions, go to https://github.com/johnkary/phpunit-speedtrap/compare/v1.1.0...v2.0.0
4
+ View diff for a specific commit:
5
+ https://github.com/johnkary/phpunit-speedtrap/commit/XXX where XXX is the commit hash
6
+
7
+ View diff between two versions:
8
+ https://github.com/johnkary/phpunit-speedtrap/compare/v1.1.0...v2.0.0
6
9
7
10
## 2.0.0 (2017-12-06)
8
11
9
12
Version 2.0 introduces support for PHPUnit 6.0+, PHP 7.0+ and PSR-4 autoloading.
10
13
11
14
Changes are required if you have extended SpeedTrapListener. See
12
- [ UPGRADE.md] (UPGRADE.md] for upgrading your subclass to support 2.0.
15
+ [ UPGRADE.md] ( UPGRADE.md ) for upgrading your subclass to support 2.0.
13
16
14
17
* [ PR #26 ] ( https://github.com/johnkary/phpunit-speedtrap/pull/26 ) Support PHPUnit 6.0
15
18
* [ PR #30 ] ( https://github.com/johnkary/phpunit-speedtrap/pull/30 ) Add PHP 7 features (includes backwards compatibility breaks, see UPGRADE.md)
You can’t perform that action at this time.
0 commit comments