Skip to content

Commit fb9eefc

Browse files
committed
Add 7.0.0 to CHANGELOG
[ci skip]
1 parent a779121 commit fb9eefc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6+
## [7.0.0] - 2021-04-22
7+
### Added
8+
- Add PHP 8.0 support
9+
- Add `Generic.WhiteSpace.ArbitraryParenthesesSpacing`
10+
- Add `Squiz.PHP.DisallowMultipleAssignments`
11+
- Add `SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace`
12+
- Add `SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly`
13+
- Add `SlevomatCodingStandard.Functions.UnusedParameter`
14+
- Add `SlevomatCodingStandard.Functions.UselessParameterDefaultValue`
15+
### Changed
16+
- Raised minimum PHPCS release
17+
- Raised minimum Slevomat CS release
18+
619
## [6.0.0] - 2020-10-29
720
### Added
821
- Add `SlevomatCodingStandard.Classes.DisallowMultiConstantDefinition`

0 commit comments

Comments
 (0)