Skip to content

Commit 4a76244

Browse files
committed
Prepare changelog for v3.26
1 parent 242b1bc commit 4a76244

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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.26.0](https://github.com/NexusPHP/cs-config/compare/v3.25.2...v3.26.0) - 2025-07-04
9+
10+
- Update build badge
11+
- Bump to php-cs-fixer v3.76
12+
- Add `multiline_promoted_properties` fixer
13+
- Deprecate own fixers
14+
- Fix phpstan errors
15+
- Add `static_private_method` fixer
16+
- Add `new_expression_parentheses` fixer
17+
- Do not array unpack known arrays
18+
- Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#6)
19+
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#7)
20+
- Support allowUnsupportedPhpVersion option in fixer
21+
- Cleanup code
22+
823
## [v3.25.2](https://github.com/NexusPHP/cs-config/compare/v3.25.1...v3.25.2) - 2025-02-23
924

1025
- Add `php_unit_data_provider_method_order` fixer

0 commit comments

Comments
 (0)