From 37ca0009d2b0f45cf239699fbd3cd5af31d502eb Mon Sep 17 00:00:00 2001 From: Louis Charette Date: Tue, 12 Dec 2023 20:20:58 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fcbd80..70595c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [5.1.0](https://github.com/userfrosting/framework/compare/5.0.0...5.1.0) - Drop PHP 8.1 support, add PHP 8.3 support - Removed Assets +- Update to Laravel 10 ## [5.0.0](https://github.com/userfrosting/framework/compare/4.6.1...5.0.0) With version 5, this repo can be used as a bare bone Slim & Symfony Console application. It include the necessary routing class, [PHP-DI](https://php-di.org) as the Dependency Injection Container, a PSR EventDispatcher, etc. SprinkleManager has also been moved from Core/System Sprinkle and completely rewritten.