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 13, 2023
1 parent 2bb8a5c commit f04e847
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 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 @@ -84,6 +89,9 @@ Deprecations
************

- **Entity:** ``Entity::setAttributes()`` is deprecated. Use ``Entity::injectRawData()`` instead.
- **Error Handling:** 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 f04e847

Please sign in to comment.