Skip to content

Commit 9ed62cb

Browse files
committed
Add changelog for v3.9.0
1 parent b6a1bbc commit 9ed62cb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this library will be documented in this file:
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and 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

0 commit comments

Comments
 (0)