Skip to content

Commit 3d9ef6d

Browse files
authored
Add notes for Query::with() arrays
1 parent 778baaa commit 3d9ef6d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

en/appendices/5-3-migration-guide.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ If you are not running on **PHP 8.2 or higher**, you will need to upgrade PHP be
1616
Behavior Changes
1717
================
1818

19+
Database
20+
--------
21+
22+
-- ``Query::with()`` now accepts an array of expressions to align with other query clauses. This also
23+
allows clearing the expressions with an empty array.
24+
1925
View
2026
----
2127

0 commit comments

Comments
 (0)