From c1f2608e692668f3afeda4aba9418929e60c849d Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 5 Mar 2025 17:07:53 +0100 Subject: [PATCH] Remove reverted change from CHANGELOG.md (#6565) --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a191325d..4f20ef07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ ## [v12.0.2](https://github.com/laravel/laravel/compare/v12.0.1...v12.0.2) - 2025-03-04 * Make the github test action run out of the box independent of the choice of testing framework by [@ndeblauw](https://github.com/ndeblauw) in https://github.com/laravel/laravel/pull/6555 -* feat: add type hints for $this in routes/console.php by [@AJenbo](https://github.com/AJenbo) in https://github.com/laravel/laravel/pull/6559 ## [v12.0.1](https://github.com/laravel/laravel/compare/v12.0.0...v12.0.1) - 2025-02-24