Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
neznaika0 committed Jan 11, 2025
1 parent 3a8e592 commit 2324d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions user_guide_src/source/changelogs/v4.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ Removed Deprecated Items
- **Logger:** The deprecated ``CodeIgniter\Log\Logger::cleanFilenames()`` and
``CodeIgniter\Test\TestLogger::cleanup()`` have been removed. Use the
``clean_path()`` function instead.
**Router:** The deprecated ``\CodeIgniter\Router\Exceptions\RedirectException`` has been removed. Use ``\CodeIgniter\HTTP\Exceptions\RedirectException`` instead.

************
Enhancements
Expand Down
2 changes: 1 addition & 1 deletion user_guide_src/source/general/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ RedirectException

.. note:: Since v4.4.0, the namespace of ``RedirectException`` has been changed.
Previously it was ``CodeIgniter\Router\Exceptions\RedirectException``. The
previous class is deprecated.
previous class has been removed.

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

0 comments on commit 2324d2e

Please sign in to comment.