diff --git a/user_guide_src/source/changelogs/v4.3.8.rst b/user_guide_src/source/changelogs/v4.3.8.rst index b4c8e4da4a69..d62e5a5ef65b 100644 --- a/user_guide_src/source/changelogs/v4.3.8.rst +++ b/user_guide_src/source/changelogs/v4.3.8.rst @@ -24,6 +24,12 @@ Deprecations Bugs Fixed ********** +- **Controller Filters:** In previous versions, ``['except' => []]`` or ``['except' => '']`` + meant "except all". The bug has been fixed, and now + + - ``['except' => []]`` means to exclude nothing. + - ``['except' => '']`` means to exclude the baseURL only. + See the repo's `CHANGELOG.md `_ for a complete list of bugs fixed.