-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
- Loading branch information
Showing
2 changed files
with
19 additions
and
23 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Release Notes for v3.x | ||
|
||
This changelog references the relevant changes (bug and security fixes) done to `laravie/serialize-queries`. | ||
|
||
## 3.0.0 | ||
|
||
Released: 2024-03-07 | ||
|
||
### Added | ||
|
||
* Add supports for Laravel Framework 11. | ||
|
||
### Changes | ||
|
||
* Use available `Illuminate\Contracts\Database\Eloquent\Builder` and `Illuminate\Contracts\Database\Query\Builder` interfaces. | ||
|
||
### Removed | ||
|
||
* Removed support for Laravel Framework 8 and 9. |