From 3d9ef6dce50d58f209c4c5a85a836261b313ddce Mon Sep 17 00:00:00 2001 From: othercorey Date: Sat, 31 May 2025 03:33:30 -0500 Subject: [PATCH] Add notes for Query::with() arrays --- en/appendices/5-3-migration-guide.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index 534caedf7c..04ce010cff 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -16,6 +16,12 @@ If you are not running on **PHP 8.2 or higher**, you will need to upgrade PHP be Behavior Changes ================ +Database +-------- + +-- ``Query::with()`` now accepts an array of expressions to align with other query clauses. This also + allows clearing the expressions with an empty array. + View ----