File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +9
-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***************
@@ -83,6 +88,10 @@ Changes
8388Deprecations
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+
8695Bugs Fixed
8796**********
8897
You can’t perform that action at this time.
0 commit comments