Skip to content

Commit a521cee

Browse files
committed
CHANGELOG: minor touch-up
* Remove self-mentions in RC1 changelog. As of the 4.0.0 series, I stopped doing those. * Mention for the 4.0.0 release that all changes from the beta and the RC are included (not so relevant in the changelog file, but relevant in the release announcement, so updating it here too for synchronicity).
1 parent 010f816 commit a521cee

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG-4.x.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Upgrade guides for both [ruleset maintainers/end-users][wiki-upgrade-4.0-end-use
1010

1111
You are strongly encouraged to read the upgrade guide applicable to your situation before upgrading.
1212

13-
This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.3] and [3.13.4].
13+
This release includes all improvements and bugfixes from PHP_CodeSniffer [4.0.0-beta1], [4.0.0-RC1], [3.13.3] and [3.13.4].
1414

1515
### Changed
1616
- Tokenizer/PHP: fully qualified `exit`/`die`/`true`/`false`/`null` will be tokenized as the keyword token and the token `'content'` will include the leading backslash. [#1201]
@@ -31,8 +31,9 @@ This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.3
3131
- If you contribute to PHP_CodeSniffer, you will need to update your local git clone.
3232
- If you develop against PHP_CodeSniffer and run your tests against dev branches of PHPCS, you will need to update your workflows.
3333

34-
[3.13.3]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-3.x.md#3133---2025-09-04
35-
[3.13.4]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-3.x.md#3134---2025-09-05
34+
[3.13.3]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG-3.x.md#3133---2025-09-04
35+
[3.13.4]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG-3.x.md#3134---2025-09-05
36+
[4.0.0-RC1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG-4.x.md#400rc1---2025-06-18
3637

3738
[#1082]: https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/1082
3839
[#1172]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/1172
@@ -45,11 +46,10 @@ This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.3
4546

4647
## [4.0.0RC1] - 2025-06-18
4748

48-
This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.1] and [3.13.2].
49+
This release includes all improvements and bugfixes from PHP_CodeSniffer [4.0.0-beta1], [3.13.1] and [3.13.2].
4950

5051
### Changed
5152
- The error code `Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterVisbility` has been changed to `Squiz.Functions.FunctionDeclarationArgumentSpacing.SpacingAfterVisibility`. [#1136]
52-
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
5353
- The following sniff(s) have received efficiency improvements:
5454
- Generic.ControlStructures.InlineControlStructure
5555
- Thanks to [Rodrigo Primo][@rodrigoprimo] for the patch.
@@ -58,13 +58,13 @@ This release includes all improvements and bugfixes from PHP_CodeSniffer [3.13.1
5858
- Fixed bug [#3889][sq-3889] : A selective `phpcs:enable` could sometimes override a later selective `phpcs:ignore`.
5959
- Thanks to [Brad Jorsch][@anomiex] for the patch
6060
- Fixed bug [#1128] : missing 'parenthesis_owner' index for T_FUNCTION token on PHP < 7.4 when function is named "fn".
61-
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
6261

6362
### Other
6463
- The GPG signature for the PHAR files has been rotated. The new fingerprint is: D91D86963AF3A29B6520462297B02DD8E5071466.
6564

66-
[3.13.1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG-3.x.md#3131---2025-06-13
67-
[3.13.2]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG-3.x.md#3132---2025-06-18
65+
[3.13.1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG-3.x.md#3131---2025-06-13
66+
[3.13.2]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG-3.x.md#3132---2025-06-18
67+
[4.0.0-beta1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CHANGELOG-4.x.md#400beta1---2025-05-11
6868

6969
[sq-3889]: https://github.com/squizlabs/PHP_CodeSniffer/issues/3889
7070
[#1128]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/1128

0 commit comments

Comments
 (0)