Skip to content

Commit 179c3c2

Browse files
committed
docs: add changelogs/v4.4.0.rst
1 parent 32a6132 commit 179c3c2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ Behavior Changes
2323
Interface Changes
2424
=================
2525

26+
.. note:: As long as you have not extended the relevant CodeIgniter core classes
27+
or implemented these interfaces, all these changes are backward compatible
28+
and require no intervention.
29+
2630
Method Signature Changes
2731
========================
2832

@@ -70,6 +74,7 @@ Others
7074
``product/15`` where ``15`` is an arbitrary number.
7175
See :ref:`controller-default-method-fallback` for details.
7276
- **Filters:** Now you can use Filter Arguments with :ref:`$filters property <filters-filters-filter-arguments>`.
77+
- **Error Handling:** Now you can use :ref:`custom-exception-handlers`.
7378

7479
Message Changes
7580
***************
@@ -83,6 +88,10 @@ Changes
8388
Deprecations
8489
************
8590

91+
- Many methods and properties in ``CodeIgniter\Debug\Exceptions`` are deprecated.
92+
Because these methods have been moved to ``BaseExceptionHandler`` or
93+
``ExceptionHandler``.
94+
8695
Bugs Fixed
8796
**********
8897

0 commit comments

Comments
 (0)