Skip to content

Commit 168c0d1

Browse files
committed
Changelog for the 3.11.1 release
1 parent 8ed93db commit 168c0d1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ The file documents changes to the PHP_CodeSniffer project.
66

77
_Nothing yet._
88

9+
## [3.11.1] - 2024-11-16
10+
11+
### Changed
12+
- Output from the `--generator=...` feature will respect the OS-expected EOL char in more places. [#671]
13+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
14+
- Various housekeeping, including improvements to the tests and documentation.
15+
- Thanks to [Bartosz Dziewoński][@MatmaRex] and [Juliette Reinders Folmer][@jrfnl] for their contributions.
16+
17+
### Fixed
18+
- Fixed bug [#674] : Generic.WhiteSpace.HereNowdocIdentifierSpacing broken XML documentation
19+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
20+
- Fixed bug [#675] : InvalidArgumentException when a ruleset includes a sniff by file name and the included sniff does not comply with the PHPCS naming conventions.
21+
- Notwithstanding this fix, it is strongly recommended to ensure custom sniff classes comply with the PHPCS naming conventions.
22+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
23+
24+
[#671]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/671
25+
[#674]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/674
26+
[#675]: https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/675
27+
928
## [3.11.0] - 2024-11-12
1029

1130
### Added
@@ -7133,6 +7152,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
71337152
-->
71347153

71357154
[Unreleased]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/master...HEAD
7155+
[3.11.1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.11.0...3.11.1
71367156
[3.11.0]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.3...3.11.0
71377157
[3.10.3]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.2...3.10.3
71387158
[3.10.2]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.1...3.10.2
@@ -7370,6 +7390,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
73707390
[@maryo]: https://github.com/maryo
73717391
[@MasterOdin]: https://github.com/MasterOdin
73727392
[@mathroc]: https://github.com/mathroc
7393+
[@MatmaRex]: https://github.com/MatmaRex
73737394
[@maxgalbu]: https://github.com/maxgalbu
73747395
[@mcuelenaere]: https://github.com/mcuelenaere
73757396
[@mhujer]: https://github.com/mhujer

0 commit comments

Comments
 (0)