File tree 1 file changed +16
-0
lines changed
user_guide_src/source/changelogs
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,28 @@ BREAKING
21
21
Behavior Changes
22
22
================
23
23
24
+ - **Logger: ** The :php:func: `log_message() ` function and the logger methods in
25
+ ``CodeIgniter\Log\Logger `` now do not return ``bool `` values. The return types
26
+ have been fixed to ``void `` to follow the PSR-3 interface.
27
+
24
28
Interface Changes
25
29
=================
26
30
31
+ .. note :: As long as you have not extended the relevant CodeIgniter core classes
32
+ or implemented these interfaces, all these changes are backward compatible
33
+ and require no intervention.
34
+
35
+ - **Logger: ** The `psr/log <https://packagist.org/packages/psr/log >`_ package has
36
+ been upgraded to v2.0.0.
37
+
27
38
Method Signature Changes
28
39
========================
29
40
41
+ - **Logger: ** The method signatures of the methods in ``CodeIgniter\Log\Logger ``
42
+ that implements the PSR-3 interface have been fixed. The ``bool `` return
43
+ types are changed to ``void ``. The ``$message `` parameters now have
44
+ ``string|Stringable `` types.
45
+
30
46
.. _v450-removed-deprecated-items :
31
47
32
48
Removed Deprecated Items
You can’t perform that action at this time.
0 commit comments