File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ Behavior Changes
2323Interface 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+
2630Method Signature Changes
2731========================
2832
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
7479Message 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
8896Bugs Fixed
8997**********
You can’t perform that action at this time.
0 commit comments