From 11a7ba3a344e7fd268424511bccf0706fc16c834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Mon, 27 May 2024 12:33:45 +0200 Subject: [PATCH] Chore(release): Release version 4.1.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 368d607..2ff1351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,12 @@ ## Unreleased -## 4.1.0 - unreleased +## 4.1.0 - 2024-05-27 - Add most of the available checks for [PER-2](https://www.php-fig.org/per/coding-style/) coding style. - Add many new checks from `php-cs-fixer` up to version 3.56. - Add available php-cs-fixer rules for PHP 8.1 and 8.2 (which are automatically run only on compatible PHP versions). -## 4.0.0 - 2024-05-23 +## 4.0.0 - 2024-05-27 - BC: Update to symplify/easy-coding-standard ^12.1 and change configuration format in `ecs.php`. See [UPGRADE-4.0.md](UPGRADE-4.0.md) for step-by-step upgrade howto. - BC: Move coding standard declarations from `ecs-7.4.php`, `ecs-8.0.php` and `ecs-8.1.php` to `ecs.php` and remove the former files. - BC: Change base coding standard from [PSR-2](https://www.php-fig.org/psr/psr-2/) to [PSR-12](https://www.php-fig.org/psr/psr-12/).