File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,25 @@ All notable changes to this library will be documented in this file:
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v3.9.0] ( https://github.com/NexusPHP/cs-config/compare/v3.8.0...v3.9.0 ) - 2023-03-05
9+
10+ - Configure ` skip_unlisted_annotations ` option on ` phpdoc_separation ` rule
11+ - Configure ` php_unit_data_provider_static ` rule
12+ - Bump php-cs-fixer to v3.14
13+ - Remove workaround for phpstan
14+ - Set YAML indentation to 2 spaces
15+ - Test PHP 8.2
16+ - Add additional flags to coveralls call
17+ - Run PHPStan without Xdebug
18+ - Combine Composer steps in build workflow
19+ - Remove PHP 7.4 from build workflow
20+ - Use constructor property promotion when possible
21+ - Drop support for PHP 7.4
22+ - Update build.yml
23+ - Bump to phpstan v1.9.0
24+ - Fix FactoryTest
25+ - Use null coalesce
26+
827## [ v3.8.0] ( https://github.com/NexusPHP/cs-config/compare/v3.7.0...v3.8.0 ) - 2022-11-01
928
1029- Bump php-cs-fixer to v3.13
You can’t perform that action at this time.
0 commit comments