You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_guide_src/source/changelogs/v4.4.0.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ Others
261
261
- If a controller is found that corresponds to a URI segment and that controller
262
262
does not have a method defined for the URI segment, the default method will
263
263
now be executed. This addition allows for more flexible handling of URIs in
264
-
auto routing. See :ref:`controller-default-method-fallback` for details.
264
+
auto routing. See :ref:`auto-routing-improved-default-method-fallback` for details.
265
265
- **Filters:** Now you can use Filter Arguments with :ref:`$filters property <filters-filters-filter-arguments>`.
266
266
- **Request:** Added ``IncomingRequest::setValidLocales()`` method to set valid locales.
267
267
- **Table:** Added ``Table::setSyncRowsWithHeading()`` method to synchronize row columns with headings. See :ref:`table-sync-rows-with-headings` for details.
0 commit comments