Skip to content

Commit

Permalink
Add 7.0.0 to CHANGELOG
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mmoll committed Apr 28, 2021
1 parent a779121 commit fb9eefc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [7.0.0] - 2021-04-22
### Added
- Add PHP 8.0 support
- Add `Generic.WhiteSpace.ArbitraryParenthesesSpacing`
- Add `Squiz.PHP.DisallowMultipleAssignments`
- Add `SlevomatCodingStandard.Arrays.SingleLineArrayWhitespace`
- Add `SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly`
- Add `SlevomatCodingStandard.Functions.UnusedParameter`
- Add `SlevomatCodingStandard.Functions.UselessParameterDefaultValue`
### Changed
- Raised minimum PHPCS release
- Raised minimum Slevomat CS release

## [6.0.0] - 2020-10-29
### Added
- Add `SlevomatCodingStandard.Classes.DisallowMultiConstantDefinition`
Expand Down

0 comments on commit fb9eefc

Please sign in to comment.