Skip to content

Commit a70eafb

Browse files
committed
docs: add changelog
1 parent 9c62817 commit a70eafb

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

user_guide_src/source/changelogs/v4.3.7.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Release Date: Unreleased
1212
BREAKING
1313
********
1414

15+
- **RouteCollection:** The second parameter ``bool $only = false`` has been added
16+
to the ``RouteCollection::getRoutes()`` method.
17+
- **AutoRouting Legacy:** The first parameter of the ``AutoRouter::__construct()``
18+
has been changed from ``$protectedControllers`` to ``$cliRoutes``.
1519
- **FeatureTestTrait:** When using :ref:`withBodyFormat() <feature-formatting-the-request>`,
1620
the priority of the request body has been changed.
1721
See :ref:`Upgrading Guide <upgrade-437-feature-testing>` for details.
@@ -28,6 +32,10 @@ Deprecations
2832
Bugs Fixed
2933
**********
3034

35+
- **AutoRouting Legacy:** Fixed a bug that when you added a route with
36+
``$routes->add()``, the controller's other methods were inaccessible from the
37+
web browser.
38+
3139
See the repo's
3240
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
3341
for a complete list of bugs fixed.

0 commit comments

Comments
 (0)