Skip to content

Commit 41278ce

Browse files
Update UPGRADING.md
1 parent 2fd74d0 commit 41278ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upgrading
22

3+
## From v5 to v6
4+
5+
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.
6+
37
## Notice when upgrading to 5.6.0
48

59
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.

0 commit comments

Comments
 (0)