Skip to content

Commit 1fbec8d

Browse files
committed
Prepare for v3.3 release
1 parent 8a6c786 commit 1fbec8d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,22 @@ 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.3.0](https://github.com/NexusPHP/cs-config/compare/v3.2.2...v3.3.0) - 2021-08-31
9+
10+
- Fix grammar usages
11+
- Enable all `class_definition` rules
12+
- Remove references to `liaison/cs-config`
13+
- Add NoCodeSeparatorCommentFixer
14+
- Add SpaceAfterCommentStartFixer
15+
- Remove `@internal` annotation from classes in public API
16+
- Bump to php-cs-fixer v3.1
17+
- Add FixerGenerator
18+
- Use phpstan's bleeding edge
19+
820
## [v3.2.2](https://github.com/NexusPHP/cs-config/compare/v3.2.1...v3.2.2) - 2021-08-07
921

1022
- Add support for `trait_import` in `class_attributes_separation`
23+
- Do not test on PHP 8.1 yet
1124

1225
## [v3.2.1](https://github.com/NexusPHP/cs-config/compare/v3.2.0...v3.2.1) - 2021-07-07
1326

0 commit comments

Comments
 (0)