Skip to content

Commit

Permalink
docs: add changelogs/v4.4.0.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Feb 8, 2023
1 parent 8575c99 commit 4191539
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions user_guide_src/source/changelogs/v4.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ Behavior Changes
Interface Changes
=================

.. note:: As long as you have not extended the relevant CodeIgniter core classes
or implemented these interfaces, all these changes are backward compatible
and require no intervention.

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

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

Message Changes
***************
Expand All @@ -83,6 +88,10 @@ Changes
Deprecations
************

- Many methods and properties in ``CodeIgniter\Debug\Exceptions`` are deprecated.
Because these methods have been moved to ``BaseExceptionHandler`` or
``ExceptionHandler``.

Bugs Fixed
**********

Expand Down

0 comments on commit 4191539

Please sign in to comment.