From cccc1a9a79a9c22b75072d48020988d5af9eceda Mon Sep 17 00:00:00 2001 From: Eldario Date: Mon, 26 Jun 2023 11:42:59 +0500 Subject: [PATCH] v1.5.0 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57120b8..756ee9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver]. -## Unreleased +## v1.5.0 ### Changed -- `single_blank_line_before_namespace` has been replaced with `blank_lines_before_namespace` according base package issue. [#7053] +- `single_blank_line_before_namespace` has been replaced with `blank_lines_before_namespace` according base package issue [#7053] +- Minimal version of the package `friendsofphp/php-cs-fixer` now is `v3.18.0` [#7053]:https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/pull/7053