Skip to content

Commit 2ae8ca2

Browse files
committed
Changelog for the 3.11.1 release
1 parent e680869 commit 2ae8ca2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,25 @@ The file documents changes to the PHP_CodeSniffer project.
108108

109109
_Nothing yet._
110110

111+
## [3.11.1] - 2024-11-16
112+
113+
### Changed
114+
- Output from the `--generator=...` feature will respect the OS-expected EOL char in more places. [#671]
115+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
116+
- Various housekeeping, including improvements to the tests and documentation.
117+
- Thanks to [Bartosz Dziewoński][@MatmaRex] and [Juliette Reinders Folmer][@jrfnl] for their contributions.
118+
119+
### Fixed
120+
- Fixed bug [#674] : Generic.WhiteSpace.HereNowdocIdentifierSpacing broken XML documentation
121+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
122+
- 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.
123+
- Notwithstanding this fix, it is strongly recommended to ensure custom sniff classes comply with the PHPCS naming conventions.
124+
- Thanks to [Juliette Reinders Folmer][@jrfnl] for the patch.
125+
126+
[#671]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/671
127+
[#674]: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/674
128+
[#675]: https://github.com/PHPCSStandards/PHP_CodeSniffer/issues/675
129+
111130
## [3.11.0] - 2024-11-12
112131

113132
### Added
@@ -7235,6 +7254,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
72357254
-->
72367255

72377256
[Unreleased]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/master...HEAD
7257+
[3.11.1]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.11.0...3.11.1
72387258
[3.11.0]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.3...3.11.0
72397259
[3.10.3]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.2...3.10.3
72407260
[3.10.2]: https://github.com/PHPCSStandards/PHP_CodeSniffer/compare/3.10.1...3.10.2
@@ -7472,6 +7492,7 @@ Additionally, thanks to [Alexander Turek][@derrabus] for consulting on the repo
74727492
[@maryo]: https://github.com/maryo
74737493
[@MasterOdin]: https://github.com/MasterOdin
74747494
[@mathroc]: https://github.com/mathroc
7495+
[@MatmaRex]: https://github.com/MatmaRex
74757496
[@maxgalbu]: https://github.com/maxgalbu
74767497
[@mcuelenaere]: https://github.com/mcuelenaere
74777498
[@mhujer]: https://github.com/mhujer

0 commit comments

Comments
 (0)