From 5aae3095dbddf6be6c90235595dbeb89e8e890ec Mon Sep 17 00:00:00 2001 From: "John Paul E. Balandan, CPA" Date: Sat, 18 May 2024 20:21:23 +0800 Subject: [PATCH] Prepare for v3.23.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a680846..bd2dc67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this library will be documented in this file: The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v3.23.0](https://github.com/NexusPHP/cs-config/compare/v3.22.1...v3.23.0) - 2024-05-18 + +- Fix for phpstan +- Bump to php-cs-fixer v3.54 +- Enable `php_unit_attributes` +- Enable `ordered_attributes` +- feat: enable parallel fixing (#5) +- Enable `import_symbols` option on `fully_qualified_strict_types` + ## [v3.22.1](https://github.com/NexusPHP/cs-config/compare/v3.22.0...v3.22.1) - 2024-03-24 - Allow phpunit v11