Skip to content

Commit 3773cdd

Browse files
committed
docs: Update changelog, userguide
1 parent 3a8e592 commit 3773cdd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

user_guide_src/source/changelogs/v4.6.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Removed Deprecated Items
198198
- **Logger:** The deprecated ``CodeIgniter\Log\Logger::cleanFilenames()`` and
199199
``CodeIgniter\Test\TestLogger::cleanup()`` have been removed. Use the
200200
``clean_path()`` function instead.
201+
**Router:** The deprecated ``\CodeIgniter\Router\Exceptions\RedirectException`` has been removed. Use ``\CodeIgniter\HTTP\Exceptions\RedirectException`` instead.
201202

202203
************
203204
Enhancements

user_guide_src/source/general/errors.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ RedirectException
209209

210210
.. note:: Since v4.4.0, the namespace of ``RedirectException`` has been changed.
211211
Previously it was ``CodeIgniter\Router\Exceptions\RedirectException``. The
212-
previous class is deprecated.
212+
previous class has been removed in v4.6.0.
213213

214214
This exception is a special case allowing for overriding of all other response routing and
215215
forcing a redirect to a specific URI:

0 commit comments

Comments
 (0)