Skip to content

Commit f04e847

Browse files
committed
docs: add changelogs/v4.4.0.rst
1 parent 2bb8a5c commit f04e847

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

user_guide_src/source/changelogs/v4.4.0.rst

Lines changed: 8 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
***************
@@ -84,6 +89,9 @@ Deprecations
8489
************
8590

8691
- **Entity:** ``Entity::setAttributes()`` is deprecated. Use ``Entity::injectRawData()`` instead.
92+
- **Error Handling:** Many methods and properties in ``CodeIgniter\Debug\Exceptions``
93+
are deprecated. Because these methods have been moved to ``BaseExceptionHandler`` or
94+
``ExceptionHandler``.
8795

8896
Bugs Fixed
8997
**********

0 commit comments

Comments
 (0)