Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8b8a59a

Browse files
glenscgrogy
authored andcommitted
Reformat changelog to use reflinks in changelog entries
1 parent 772a954 commit 8b8a59a

File tree

1 file changed

+48
-25
lines changed

1 file changed

+48
-25
lines changed

‎CHANGELOG.md‎

Lines changed: 48 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -12,35 +12,46 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1212

1313
### Added
1414

15-
- Allow for multi-part file extensions to be passed using -e (like `-e php,php.dist`) from [@jrfnl](https://github.com/jrfnl).
16-
- Added syntax error callback [#30](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/30) from [@arxeiss](https://github.com/arxeiss).
17-
- Ignore PHP startup errors [#34](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/34) from [@jrfnl](https://github.com/jrfnl).
18-
- Restore php 5.3 support [#51](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/51) from [@glensc](https://github.com/glensc).
15+
- Allow for multi-part file extensions to be passed using -e (like `-e php,php.dist`) from [@jrfnl].
16+
- Added syntax error callback [#30] from [@arxeiss].
17+
- Ignore PHP startup errors [#34] from [@jrfnl].
18+
- Restore php 5.3 support [#51] from [@glensc].
1919

2020
### Fixed
2121

22-
- Determine skip lint process failure by status code instead of stderr content [#48](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/48) from [@jankonas](https://github.com/jankonas).
22+
- Determine skip lint process failure by status code instead of stderr content [#48] from [@jankonas].
2323

2424
### Changed
2525

26-
- Improve wording in the readme [#52](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/52) from [@glensc](https://github.com/glensc).
26+
- Improve wording in the readme [#52] from [@glensc].
2727

2828
### Internal
2929

30-
- Normalized composer.json from [@OndraM](https://github.com/OndraM).
31-
- Updated PHPCS dependency from [@jrfnl](https://github.com/jrfnl).
32-
- Cleaned coding style from [@jrfnl](https://github.com/jrfnl).
33-
- Provide one true way to run the test suite [#37](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/37) from [@mfn](https://github.com/mfn).
34-
- Travis: add build against PHP 8.0 and fix failing test [#41](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/41) from [@jrfnl](https://github.com/jrfnl).
35-
- GitHub Actions for testing, and automatic phar creation [#46](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/46) from [@roelofr](https://github.com/roelofr).
36-
- Add .github folder to .gitattributes export-ignore [#54](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/54) from [@glensc](https://github.com/glensc).
37-
- Suggest to curl composer install via HTTPS [#53](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/53) from [@reedy](https://github.com/reedy).
38-
- GH Actions: allow for manually triggering a workflow [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
39-
- GH Actions: fix phar creation [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
40-
- GH Actions: run the tests against all supported PHP versions [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
41-
- GH Actions: report CS violations in the PR [#55](https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55) from [@jrfnl](https://github.com/jrfnl).
30+
- Normalized composer.json from [@OndraM].
31+
- Updated PHPCS dependency from [@jrfnl].
32+
- Cleaned coding style from [@jrfnl].
33+
- Provide one true way to run the test suite [#37] from [@mfn].
34+
- Travis: add build against PHP 8.0 and fix failing test [#41] from [@jrfnl].
35+
- GitHub Actions for testing, and automatic phar creation [#46] from [@roelofr].
36+
- Add .github folder to .gitattributes export-ignore [#54] from [@glensc].
37+
- Suggest to curl composer install via HTTPS [#53] from [@reedy].
38+
- GH Actions: allow for manually triggering a workflow [#55] from [@jrfnl].
39+
- GH Actions: fix phar creation [#55] from [@jrfnl].
40+
- GH Actions: run the tests against all supported PHP versions [#55] from [@jrfnl].
41+
- GH Actions: report CS violations in the PR [#55] from [@jrfnl].
4242

4343
[1.3.0]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.2.0...v1.3.0
44+
[#30]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/30
45+
[#34]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/34
46+
[#37]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/37
47+
[#41]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/41
48+
[#46]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/46
49+
[#48]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/48
50+
[#51]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/51
51+
[#52]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/52
52+
[#53]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/53
53+
[#54]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/54
54+
[#55]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/pull/55
4455

4556
## [1.2.0] - 2020年04月04日
4657

@@ -50,17 +61,29 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
5061

5162
### Fixed
5263

53-
- Fixed vendor location for running from other folder from [@Erkens](https://github.com/Erkens).
64+
- Fixed vendor location for running from other folder from [@Erkens].
5465

5566
### Internal
5667

57-
- Added a .gitattributes file from [@jrfnl](https://github.com/jrfnl), thanks for issue to [@ondrejmirtes](https://github.com/ondrejmirtes).
58-
- Fixed incorrect unit tests from [@jrfnl](https://github.com/jrfnl).
59-
- Fixed minor grammatical errors from [@jrfnl](https://github.com/jrfnl).
60-
- Added Travis: test against nightly (= PHP 8) from [@jrfnl](https://github.com/jrfnl).
61-
- Travis: removed sudo from [@jrfnl](https://github.com/jrfnl).
68+
- Added a .gitattributes file from [@jrfnl], thanks for issue to [@ondrejmirtes].
69+
- Fixed incorrect unit tests from [@jrfnl].
70+
- Fixed minor grammatical errors from [@jrfnl].
71+
- Added Travis: test against nightly (= PHP 8) from [@jrfnl].
72+
- Travis: removed sudo from [@jrfnl].
6273
- Added info about installing like not a dependency.
6374
- Cleaned readme - new organization from previous package.
64-
- Added checklist for new version from [@szepeviktor](https://github.com/szepeviktor).
75+
- Added checklist for new version from [@szepeviktor].
6576

6677
[1.2.0]: https://github.com/php-parallel-lint/PHP-Parallel-Lint/compare/v1.1.0...v1.2.0
78+
79+
[@Erkens]: https://github.com/Erkens
80+
[@OndraM]: https://github.com/OndraM
81+
[@arxeiss]: https://github.com/arxeiss
82+
[@glensc]: https://github.com/glensc
83+
[@jankonas]: https://github.com/jankonas
84+
[@jrfnl]: https://github.com/jrfnl
85+
[@mfn]: https://github.com/mfn
86+
[@ondrejmirtes]: https://github.com/ondrejmirtes
87+
[@reedy]: https://github.com/reedy
88+
[@roelofr]: https://github.com/roelofr
89+
[@szepeviktor]: https://github.com/szepeviktor

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /