File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ CHANGELOG for 2.0
2
+ =================
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
6
+
7
+ ## 2.0.0 (2017-12-06)
8
+
9
+ Version 2.0 introduces support for PHPUnit 6.0+, PHP 7.0+ and PSR-4 autoloading.
10
+
11
+ Changes are required if you have extended SpeedTrapListener. See
12
+ [ UPGRADE.md] (UPGRADE.md] for upgrading your subclass to support 2.0.
13
+
14
+ * [ PR #26 ] ( https://github.com/johnkary/phpunit-speedtrap/pull/26 ) Support PHPUnit 6.0
15
+ * [ PR #30 ] ( https://github.com/johnkary/phpunit-speedtrap/pull/30 ) Add PHP 7 features (includes backwards compatibility breaks, see UPGRADE.md)
16
+ * [ PR #31 ] ( https://github.com/johnkary/phpunit-speedtrap/pull/31 ) Support PSR-4 autoloading
17
+ * [ PR #39 ] ( https://github.com/johnkary/phpunit-speedtrap/pull/39 ) SpeedTrapListener extends PHPUnit BaseTestListener
You can’t perform that action at this time.
0 commit comments