File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ Deprecations
3030Bugs Fixed
3131**********
3232
33+ - **Routing: ** Fixed a bug that filters passed to ``$routes->group() `` were not
34+ merged into filters passed to the inner routes.
3335- **CURLRequest: ** Fixed a bug preventing the use of strings for ``version `` in the config array
3436 when making requests.
3537
Original file line number Diff line number Diff line change @@ -564,6 +564,9 @@ run the filter before or after the controller. This is especially handy during a
564564
565565The value for the filter must match one of the aliases defined within **app/Config/Filters.php **.
566566
567+ .. note :: Prior to v4.5.4, due to a bug, filters passed to the ``group()`` were
568+ not merged into the filters passed to the inner routes.
569+
567570Setting Other Options
568571=====================
569572
You can’t perform that action at this time.
0 commit comments