From 3f1637cc9e948970c9c3d313dbb27ff49dac38a2 Mon Sep 17 00:00:00 2001 From: nunomaduro Date: Mon, 30 Dec 2024 16:22:47 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea75ec8b..a00c7da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes -## [Unreleased](https://github.com/laravel/pint/compare/v1.18.3...main) +## [Unreleased](https://github.com/laravel/pint/compare/v1.19.0...main) + +## [v1.19.0](https://github.com/laravel/pint/compare/v1.18.3...v1.19.0) - 2024-12-30 + +* Adds `single_line_comment_spacing` rule. https://github.com/laravel/pint/pull/315 +* Ignores PHP 8.4 deprecations. https://github.com/laravel/pint/pull/319 ## [v1.18.3](https://github.com/laravel/pint/compare/v1.18.2...v1.18.3) - 2024-11-26