Skip to content

Commit bd754ec

Browse files
committed
docs: add changelog
1 parent d7a3947 commit bd754ec

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

user_guide_src/source/changelogs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ See all the changes.
1212
.. toctree::
1313
:titlesonly:
1414

15+
v4.2.2
1516
v4.2.1
1617
v4.2.0
1718
v4.1.9

user_guide_src/source/changelogs/v4.2.2.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Release Date: Unreleased
1212
BREAKING
1313
********
1414

15-
none.
15+
- Now ``Services::request()`` returns ``IncomingRequest`` or ``CLIRequest``.
16+
- The method signature of ``CodeIgniter\Debug\Exceptions::__construct()`` has been changed. The ``IncomingRequest`` typehint on the ``$request`` parameter was removed. Extending classes should likewise remove the parameter so as not to break LSP.
1617

1718
Enhancements
1819
************
@@ -23,11 +24,13 @@ Changes
2324
*******
2425

2526
- Fixed: ``BaseBuilder::increment()`` and ``BaseBuilder::decrement()`` do not reset the ``BaseBuilder`` state after a query.
27+
- Now ``CLIRequest::isCLI()`` always return true.
28+
- Now ``IncommingRequest::isCLI()`` always return false.
2629

2730
Deprecations
2831
************
2932

30-
none.
33+
- The parameters of ``Services::request()`` are deprecated.
3134

3235
Bugs Fixed
3336
**********

0 commit comments

Comments
 (0)