From 41278ceef41157d6fab86f9a585325a8172fcfc2 Mon Sep 17 00:00:00 2001 From: Alex Vanderbist Date: Fri, 10 May 2024 11:12:03 +0200 Subject: [PATCH] Update UPGRADING.md --- UPGRADING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 2550fa53..fc901c86 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,5 +1,9 @@ # Upgrading +## From v5 to v6 + +A lot of the query builder classes now have typed properties and method parameters. If you have any custom sorts, includes, or filters, you will need to specify the property and parameter types used. + ## Notice when upgrading to 5.6.0 The changes to the `default()` method break backwards compatibility when setting the default value to `null` (`default(null)`). This is pretty much an edge case, but if you're trying to unset the default value, you can use the `unsetDefault()` method instead.