From b7516a823d8db2ee14a6159a575738ee0a0a0dd1 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 23 Apr 2024 17:00:46 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2b07eca42b2..a18645c73944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Release Notes for 10.x -## [Unreleased](https://github.com/laravel/framework/compare/v10.48.7...10.x) +## [Unreleased](https://github.com/laravel/framework/compare/v10.48.8...10.x) + +## [v10.48.8](https://github.com/laravel/framework/compare/v10.48.7...v10.48.8) - 2024-04-17 + +* [10.x] Fix error when using `orderByRaw()` in query before using `cursorPaginate()` by @axlon in https://github.com/laravel/framework/pull/51023 +* [10.x] Database layer fixes by @saadsidqui in https://github.com/laravel/framework/pull/49787 ## [v10.48.7](https://github.com/laravel/framework/compare/v10.48.6...v10.48.7) - 2024-04-10