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