Skip to content

Commit 2ecba75

Browse files
committed
docs: fix changelog
The section "Error Handling" has been added.
1 parent 4926127 commit 2ecba75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/changelogs/v4.3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,12 +204,12 @@ Helpers and Functions
204204
Error Handling
205205
==============
206206

207+
- Now you can use :ref:`custom-exception-handlers`.
207208
- You can now log deprecation errors instead of throwing them. See :ref:`logging_deprecation_errors` for details.
208209

209210
Others
210211
======
211212

212-
- Now you can use :ref:`custom-exception-handlers`.
213213
- 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>`
214214
- Added new ``$routes->view()`` method to return a the view directly. See :ref:`View Routes <view-routes>`.
215215
- View Cells are now first-class citizens and can located in the **app/Cells** directory. See :ref:`View Cells <app-cells>`.

0 commit comments

Comments
 (0)