Skip to content

Commit 66cac73

Browse files
committed
Release 3.2.0
1 parent 895ad90 commit 66cac73

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

CHANGELOG.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# CHANGELOG
22

3-
## [Unreleased]
3+
## 3.2.0 - 2024-08-17
44

55
* Add support for PHP 8.4
66

7-
## [3.1.1] - 2024-07-23
7+
## 3.1.1 - 2024-07-23
88

99
* Fix `multiline_whitespace_before_semicolons` configuration
1010

11-
## [3.1.0] - 2024-07-23
11+
## 3.1.0 - 2024-07-23
1212

1313
* Move the semicolon to the new line for chained calls (`multiline_whitespace_before_semicolons`)
1414

15-
## [3.0.0] - 2024-07-23
15+
## 3.0.0 - 2024-07-23
1616

1717
* Reset rules:
1818
* Use PER Coding Style 2.0
@@ -22,57 +22,57 @@
2222
* Ordered Types with `null` always last
2323
* Internal PHPUnit test cases
2424

25-
## [2.4.1] - 2023-11-30
25+
## 2.4.1 - 2023-11-30
2626

2727
* Allow use of newer PHP CS Fixer versions
2828

29-
## [2.4.0] - 2023-11-30
29+
## 2.4.0 - 2023-11-30
3030

3131
* Add support for PHP 8.3
3232

33-
## [2.3.0] - 2023-09-07
33+
## 2.3.0 - 2023-09-07
3434

3535
* Replace deprecated `function_typehint_space` with `type_declaration_spaces`
3636
* Replace deprecated `no_spaces_inside_parenthesis` with `spaces_inside_parentheses`
3737

38-
## [2.2.0] - 2023-06-20
38+
## 2.2.0 - 2023-06-20
3939

4040
* Replaced deprecated `no_blank_lines_before_namespace` and `single_blank_line_before_namespace` rules with
4141
`blank_lines_before_namespace`
4242

43-
## [2.1.0] - 2023-05-18
43+
## 2.1.0 - 2023-05-18
4444

4545
* Changed `php_unit_test_annotation` style from `prefix` to `annotation`
4646

47-
## [2.0.0] - 2023-04-09
47+
## 2.0.0 - 2023-04-09
4848

4949
* Removed `friendsofphp/php-cs-fixer` as a direct dependency
5050
([the recommended way is not to use it as a dev dependency](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#installation))
5151
* Removed configs for PHP 7.4 and 8.0
5252
* Changed directory structure to align with [`ergebnis/php-cs-fixer-config-template`](https://github.com/ergebnis/php-cs-fixer-config-template)
5353
* Made all common rules explicit
5454

55-
## [1.2.0] - 2022-10-18
55+
## 1.2.0 - 2022-10-18
5656

5757
* `global_namespace_import`: Imports or fully qualifies global classes/functions/constants.
5858
* Re-enable for classes, constants, and functions
5959

60-
## [1.1.0] - 2022-09-18
60+
## 1.1.0 - 2022-09-18
6161

6262
* `native_function_invocation`: Add leading `\` before function invocation to speed up resolving
6363
* Enable only for `@compiler_optimized` functions and remove `\` of function calls not meant to have it.
6464
* `global_namespace_import`: Imports or fully qualifies global classes/functions/constants.
6565
* Enable only for classes
6666

67-
## [1.0.2] - 2022-09-16
67+
## 1.0.2 - 2022-09-16
6868

6969
* Fixes rule sets to be compatible with PHP 7.4
7070

71-
## [1.0.1] - 2022-08-25
71+
## 1.0.1 - 2022-08-25
7272

7373
* Fixes PHP version requirements to allow PHP 7.4 and PHP 8.0
7474

75-
## [1.0.0] - 2022-08-25
75+
## 1.0.0 - 2022-08-25
7676

7777
* Rules extend the Ergebnis rules with the following modifications:
7878
* `blank_line_between_import_groups`: Blank lines are put between import groups

0 commit comments

Comments
 (0)