Skip to content

Commit a1e39e0

Browse files
committed
Formatting
1 parent 0f70b79 commit a1e39e0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
CHANGELOG for 2.0
22
=================
33

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
69

710
## 2.0.0 (2017-12-06)
811

912
Version 2.0 introduces support for PHPUnit 6.0+, PHP 7.0+ and PSR-4 autoloading.
1013

1114
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.
1316

1417
* [PR #26](https://github.com/johnkary/phpunit-speedtrap/pull/26) Support PHPUnit 6.0
1518
* [PR #30](https://github.com/johnkary/phpunit-speedtrap/pull/30) Add PHP 7 features (includes backwards compatibility breaks, see UPGRADE.md)

0 commit comments

Comments
 (0)