Skip to content

Commit 0c730cf

Browse files
jrfnlgrogy
authored andcommitted
Changelog: move two entries around
* The PHP 8.0 tokenization change is a functional fix. * The dependency change from 12 only affects dev dependencies (as Console Color was updated again later in 17).
1 parent 3030552 commit 0c730cf

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
@@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88

99
### Changed
1010

11-
- Composer: update allowed version for various dependencies [#12] from [@jrfnl].
11+
- PHP 8.0: handle changed tokenization of namespaced names [#19] from [@jrfnl].
1212
- Use PHP Console Color to version 1.0 [#17] from [@jrfnl].
1313

1414
### Internal
@@ -23,8 +23,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
2323
- PHPUnit: make the tests platform independent [#15] from [@jrfnl].
2424
- PHPUnit: use annotations for fixtures / cross-version compat up to PHPUnit 9.x [#15] from [@jrfnl].
2525
- PHPUnit: improve configuration [#21] from [@jrfnl].
26-
- PHP 8.0: handle changed tokenization of namespaced names [#19] from [@jrfnl].
2726
- PHPCS: various improvements [#20] from [@jrfnl].
27+
- Composer: update allowed version for various dependencies [#12] from [@jrfnl].
2828
- CI: switch to ghactions [#23] from [@jrfnl].
2929
- GH Actions: set error reporting to E_ALL [#24] from [@jrfnl].
3030

0 commit comments

Comments
 (0)