Skip to content

Commit

Permalink
docs: add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jul 23, 2024
1 parent fabe9d8 commit 30163ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user_guide_src/source/changelogs/v4.5.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Deprecations
Bugs Fixed
**********

- **Routing:** Fixed a bug that filters passed to `$routes->group()` were not merged
into filters passed to the inner routes.
- **CURLRequest:** Fixed a bug preventing the use of strings for ``version`` in the config array
when making requests.

Expand Down
3 changes: 3 additions & 0 deletions user_guide_src/source/incoming/routing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,9 @@ run the filter before or after the controller. This is especially handy during a

The value for the filter must match one of the aliases defined within **app/Config/Filters.php**.

.. note:: Prior to v4.5.4, due to a bug, filters passed to the ``group()`` were
not merged into the filters passed to the inner routes.

Setting Other Options
=====================

Expand Down

0 comments on commit 30163ea

Please sign in to comment.