File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ Deprecations
30
30
Bugs Fixed
31
31
**********
32
32
33
+ - **Routing: ** Fixed a bug that filters passed to `$routes->group() ` were not merged
34
+ into filters passed to the inner routes.
33
35
- **CURLRequest: ** Fixed a bug preventing the use of strings for ``version `` in the config array
34
36
when making requests.
35
37
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
564
564
565
565
The value for the filter must match one of the aliases defined within **app/Config/Filters.php **.
566
566
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
+
567
570
Setting Other Options
568
571
=====================
569
572
You can’t perform that action at this time.
0 commit comments