Skip to content

Commit 0f70b79

Browse files
committed
Add CHANGELOG for new versions
1 parent 0c16841 commit 0f70b79

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

0 commit comments

Comments
 (0)