Skip to content

Commit 3877e76

Browse files
committed
Update changelog for latest changes
1 parent 9dcc41d commit 3877e76

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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+
## [v2.2.0](https://github.com/NexusPHP/cs-config/compare/v2.1.5..v2.2.0) - 2021-05-06
9+
10+
- Update `friendsofphp/php-cs-fixer` to v2.19 Testament
11+
- Use `new FixerFactory()` instead of `FixerFactory::create()`
12+
- Add `phpdoc_to_property_type` and `trailing_comma_in_multiline` rules
13+
- Removed deprecated fixers from the rulesets
14+
- Removed deprecated fixer options from the rulesets
15+
- Renamed configuration file to `.php-cs-fixer.dist.php`
16+
817
## [v2.1.5](https://github.com/NexusPHP/cs-config/compare/v2.1.4..v2.1.5) - 2021-02-20
918

1019
### Fixed

0 commit comments

Comments
 (0)