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.3.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
@@ -204,12 +204,12 @@ Helpers and Functions
204
204
Error Handling
205
205
==============
206
206
207
+
- Now you can use :ref:`custom-exception-handlers`.
207
208
- You can now log deprecation errors instead of throwing them. See :ref:`logging_deprecation_errors` for details.
208
209
209
210
Others
210
211
======
211
212
212
-
- Now you can use :ref:`custom-exception-handlers`.
213
213
- Added ``$routes->useSupportedLocalesOnly(true)`` so that the Router returns 404 Not Found if the locale in the URL is not supported in ``Config\App::$supportedLocales``. See :ref:`Localization <localization-in-routes>`
214
214
- Added new ``$routes->view()`` method to return a the view directly. See :ref:`View Routes <view-routes>`.
215
215
- View Cells are now first-class citizens and can located in the **app/Cells** directory. See :ref:`View Cells <app-cells>`.
0 commit comments