You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This helps to:
1. Keep the changelog readable when editing the markdown and
2. Removes the need to duplicate the links to contributors all over the place.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+43-22
Original file line number
Diff line number
Diff line change
@@ -7,44 +7,65 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
## [Unreleased]
8
8
9
9
### Internal
10
-
- Travis: add build against PHP 8.0 [#12](https://github.com/php-parallel-lint/PHP-Console-Color/pull/12) from [@jrfnl](https://github.com/jrfnl).
11
-
- PHPCS: various improvements [#13](https://github.com/php-parallel-lint/PHP-Console-Color/pull/13) from [@jrfnl](https://github.com/jrfnl).
12
-
- PHPUnit: improve configuration [#14](https://github.com/php-parallel-lint/PHP-Console-Color/pull/14) from [@jrfnl](https://github.com/jrfnl).
13
-
- PHPUnit: use annotations for fixtures / cross-version compat up to PHPUnit 9.x [#16](https://github.com/php-parallel-lint/PHP-Console-Color/pull/16) from [@jrfnl](https://github.com/jrfnl).
14
-
- CI: switch to GH Actions [#17](https://github.com/php-parallel-lint/PHP-Console-Color/pull/17) from [@jrfnl](https://github.com/jrfnl).
15
-
- GH Actions: set error reporting to E_ALL [#18](https://github.com/php-parallel-lint/PHP-Console-Color/pull/18) from [@jrfnl](https://github.com/jrfnl).
10
+
- Travis: add build against PHP 8.0 [#12] from [@jrfnl].
11
+
- PHPCS: various improvements [#13] from [@jrfnl].
12
+
- PHPUnit: improve configuration [#14] from [@jrfnl].
13
+
- PHPUnit: use annotations for fixtures / cross-version compat up to PHPUnit 9.x [#16] from [@jrfnl].
14
+
- CI: switch to GH Actions [#17] from [@jrfnl].
15
+
- GH Actions: set error reporting to E_ALL [#18] from [@jrfnl].
- BC-Break: The top-level namespace for all classes has changed from `JakubOnderka` to `PHP_Parallel_Lint`. [#10](https://github.com/php-parallel-lint/PHP-Console-Color/pull/10) from [@grogy](https://github.com/grogy).
29
+
- BC-Break: The top-level namespace for all classes has changed from `JakubOnderka` to `PHP_Parallel_Lint`. [#10] from [@grogy].
22
30
23
31
### Added
24
32
25
-
- Added downloading per month badge from [@grogy](https://github.com/grogy).
26
-
- Added license badge from [@grogy](https://github.com/grogy).
27
-
- Added instruction for installation from [@grogy](https://github.com/grogy).
28
-
- Composer: add description [#11](https://github.com/php-parallel-lint/PHP-Console-Color/pull/11) from [@jrfnl](https://github.com/jrfnl).
33
+
- Added downloading per month badge from [@grogy].
34
+
- Added license badge from [@grogy].
35
+
- Added instruction for installation from [@grogy].
36
+
- Composer: add description [#11] from [@jrfnl].
29
37
30
38
### Internal
31
39
32
-
- Updated PHP Parallel Lint dependency version restraint [#8](https://github.com/php-parallel-lint/PHP-Console-Color/pull/8) from [@jrfnl](https://github.com/jrfnl).
33
-
- Travis: changed from "trusty" to "xenial" [#7](https://github.com/php-parallel-lint/PHP-Console-Color/pull/7) from [@jrfnl](https://github.com/jrfnl).
34
-
- Update the unit tests setup [#9](https://github.com/php-parallel-lint/PHP-Console-Color/pull/9) from [@jrfnl](https://github.com/jrfnl).
40
+
- Updated PHP Parallel Lint dependency version restraint [#8] from [@jrfnl].
41
+
- Travis: changed from "trusty" to "xenial" [#7] from [@jrfnl].
0 commit comments