Skip to content

Commit

Permalink
docs: add upgrad guide
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Jun 13, 2024
1 parent 6615eb7 commit 7819f65
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user_guide_src/source/changelogs/v4.6.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The following breaking changes have been made accordingly:
- ``TestException`` now extends ``CodeIgniter\Exceptions\LogicException``
instead of ``CodeIgniter\Exceptions\CriticalError``.

.. _v460-interface-changes:

Interface Changes
=================

Expand All @@ -58,6 +60,8 @@ Interface Changes
- ``isFiltered()``
- ``getFiltersForRoute()``

.. _v460-method-signature-changes:

Method Signature Changes
========================

Expand Down
14 changes: 14 additions & 0 deletions user_guide_src/source/installation/upgrade_460.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,20 @@ See :ref:`ChangeLog <v460-behavior-changes-exceptions>` for details.

If you have code that catches these exceptions, change the exception classes.

Interface Changes
=================

Some interface changes have been made. Classes that implement them should update
their APIs to reflect the changes. See :ref:`ChangeLog <v460-interface-changes>`
for details.

Method Signature Changes
========================

Some method signature changes have been made. Classes that extend them should
update their APIs to reflect the changes. See :ref:`ChangeLog <v460-method-signature-changes>`
for details.

Removed Deprecated Items
========================

Expand Down

0 comments on commit 7819f65

Please sign in to comment.