Skip to content

Commit 4567010

Browse files
committed
docs: add section "Routing"
1 parent 2975508 commit 4567010

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

user_guide_src/source/changelogs/v4.5.0.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ The benchmark points have been changed:
165165
- ``required_before_filters``: Instantiating Filters object, Running *Required Before Filters*.
166166
- ``routing``: Instantiating RouteCollection object, Loading Routes files, Instantiating Router object, Routing,
167167

168-
Others
169-
======
168+
Routing
169+
=======
170170

171171
- **AutoRouting Improved:** The ``$translateUriToCamelCase`` option has been added
172172
that allows using CamelCase controller and method names. See
173173
:ref:`controller-translate-uri-to-camelcase`.
174-
- **Routing:**
174+
- **Others:**
175175
- Added option ``$multipleSegmentsOneParam``. When this option is
176176
enabled, a placeholder that matches multiple segments, such as ``(:any)``, will
177177
be passed directly as it is to one parameter, even if it contains multiple segments.
@@ -180,6 +180,10 @@ Others
180180
a ``PageNotFoundException`` message as the first parameter.
181181
- Now you can use the ``__invoke()`` method as the default method. See
182182
:ref:`routing-default-method`.
183+
184+
Others
185+
======
186+
183187
- **Autoloader:**
184188
- Autoloading performance when using Composer has been improved.
185189
Adding the ``App`` namespace in the ``autoload.psr4`` setting in **composer.json**

0 commit comments

Comments
 (0)