Skip to content

Commit 3606701

Browse files
committed
Update changelog [skip ci]
1 parent b3a16b9 commit 3606701

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,28 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
77
## Unreleased
88

99
### Added
10+
### Changed
11+
### Removed
1012

11-
- Added the `array_indentation`, `clean_namespace`, `no_alias_language_construct_call`, `lambda_not_used_import`, `switch_continue_to_break`, and `phpdoc_inline_tag_normalizer` rules.
13+
## 0.7.0
14+
15+
### Added
16+
17+
- Added the `array_indentation`, `clean_namespace`, `no_alias_language_construct_call`, `lambda_not_used_import`, `switch_continue_to_break`, `phpdoc_inline_tag_normalizer`, `integer_literal_case`, `no_space_around_double_colon`, and `types_spaces` rules.
18+
- Added support for PHP 8.0.
19+
- Added support for PHP-CS-Fixer 3.x
1220

1321
### Changed
1422

15-
- Added `allow_single_line_anonymous_class_with_empty_body => true` to the `braces` rule.
23+
- The `method_argument_space` rule was updated to ignore multiline method calls.
1624

1725
### Removed
1826

1927
- Removed the `phpdoc_inline_tag` rule.
20-
- Dropped PHP 7.2 support.
28+
- Removed the `braces` rule.
29+
- Dropped PHP 7.2 and PHP 7.3 support.
2130
- Dropped support for `illuminate/support` `5.7.x|5.8.x|^6.0`. You will need to use `^7.0` going forward.
22-
23-
### Security
31+
- Removed support for PHP-CS-Fixer versions before 3.2.0.
2432

2533
## 0.6.0
2634

0 commit comments

Comments
 (0)