Skip to content

Commit e510da9

Browse files
committed
docs: add changelog
1 parent 9b93434 commit e510da9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

user_guide_src/source/changelogs/v4.3.8.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Deprecations
2424
Bugs Fixed
2525
**********
2626

27+
- **Controller Filters:** In previous versions, ``['except' => []]`` or ``['except' => '']``
28+
meant "except all". The bug has been fixed, and now
29+
30+
- ``['except' => []]`` means to exclude nothing.
31+
- ``['except' => '']`` means to exclude the baseURL only.
32+
2733
See the repo's
2834
`CHANGELOG.md <https://github.com/codeigniter4/CodeIgniter4/blob/develop/CHANGELOG.md>`_
2935
for a complete list of bugs fixed.

0 commit comments

Comments
 (0)