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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,8 @@ Others
91
91
the ``Content-Disposition: inline`` header to display the file in the browser.
92
92
See :ref:`open-file-in-browser` for details.
93
93
- **View:** Added optional 2nd parameter ``$saveData`` on ``renderSection()`` to prevent from auto cleans the data after displaying. See :ref:`View Layouts <creating-a-layout>` for details.
94
+
- **Auto Routing (Improved)**: Now you can route to Modules.
95
+
See :ref:`auto-routing-improved-module-routing` for details.
94
96
- **Auto Routing (Improved)**: Now you can use URI without a method name like
95
97
``product/15`` where ``15`` is an arbitrary number.
96
98
See :ref:`controller-default-method-fallback` for details.
0 commit comments