File tree Expand file tree Collapse file tree
user_guide_src/source/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Release Date: Unreleased
1212BREAKING
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
2832Bugs 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+
3139See the repo's
3240`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md >`_
3341for a complete list of bugs fixed.
You can’t perform that action at this time.
0 commit comments