From ba23174f1cd12b92eca79e1b1f84069a1870317e Mon Sep 17 00:00:00 2001 From: driesvints Date: Tue, 12 Apr 2022 15:23:51 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39743c5..0e15e5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Release Notes -## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.4...9.x) +## [Unreleased](https://github.com/laravel/laravel/compare/v9.1.5...9.x) + +## [v9.1.5](https://github.com/laravel/laravel/compare/v9.1.4...v9.1.5) - 2022-04-12 + +### Changed + +- Rearrange route methods by @osbre in https://github.com/laravel/laravel/pull/5862 +- Add levels to handler by @taylorotwell in https://github.com/laravel/laravel/commit/a507e1424339633ce423729ec0ac49b99f0e57d7 ## [v9.1.4](https://github.com/laravel/laravel/compare/v9.1.3...v9.1.4) - 2022-03-29