From fe1d17f9a25eb8caaa701f3dd304af32a619fac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Wed, 18 Sep 2024 12:45:45 +0200 Subject: [PATCH] chore: prepare changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cb95fa..e02c3fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.2.4 - TBA + +### Changed +* `trailing_comma_in_multiline`: Add a trailing comma to multline function parameters +* `MultilinePromotedPropertiesFixer`: Break promoted properties on multiple lines + ## 1.2.3 - 2024-08-23 ### Changed * `cast_spaces`: No space between cast and variable