Skip to content

Commit cd4698d

Browse files
committed
docs: add docs
1 parent 13f02b3 commit cd4698d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

user_guide_src/source/changelogs/v4.5.4.rst

+2
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Deprecations
3030
Bugs Fixed
3131
**********
3232

33+
- **Routing:** Fixed a bug that filters passed to `$routes->group()` were not merged
34+
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

user_guide_src/source/incoming/routing.rst

+3
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,9 @@ run the filter before or after the controller. This is especially handy during a
564564

565565
The 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+
567570
Setting Other Options
568571
=====================
569572

0 commit comments

Comments
 (0)