Skip to content

Commit ac65da7

Browse files
jrfnlgrogy
authored andcommitted
Changelog: minor touchup
Noticed two things when I did the release: * One entry should have been in "fixed", not "changed". * An empty pair of brackets. I've already fixed these up in the actual release.
1 parent d18311e commit ac65da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ _Nothing yet._
1515

1616
- Bug fix: if the highlighted code snippet was at the start of the file, too many lines were retrieved, [#35] from [@jrfnl].
1717
- Bug fix: code snippets highlighted with line numbers had a stray blank line at the end of the snippet, [#35] from [@jrfnl].
18+
- PHP 8.0: handle changed tokenization of namespaced names [#19] from [@jrfnl].
1819

1920
### Changed
2021

2122
- BC-Break: The top-level namespace for all classes has changed from `JakubOnderka` to `PHP_Parallel_Lint`. [#28] from [@jrfnl], fixes [#4].
2223
- Support for PHP 5.3 has been restored, [#33] from [@jrfnl].
23-
- PHP 8.0: handle changed tokenization of namespaced names [#19] from [@jrfnl].
2424
- Update [PHP Console Color] dependency to version `^1.0.1` [#17] from [@jrfnl].
2525

2626
### Internal
2727

2828
- Welcome [@jrfnl] as new co-maintainer.
2929
- Improvements to the test suite, [#10], [#15], [#21], [#25], [#34], [#35], [#37], [#38], [#39] from [@peter279k] and [@jrfnl].
30-
- Improvements to the code consistency, [#10], [#20], [#29], [#30], [#] from [@peter279k] and [@jrfnl], fixes [#11].
30+
- Improvements to the code consistency, [#10], [#20], [#29], [#30] from [@peter279k] and [@jrfnl], fixes [#11].
3131
- Improvements to the CI/QA setup, [#12], [#14], [#16], [#18], [#23], [#24], [#26], [#31], [#36] from [@jrfnl], fixes [#13], [#22].
3232
- Improvements to the changelog, [#27] from [@jrfnl].
3333

0 commit comments

Comments
 (0)