Skip to content

Commit efd13fa

Browse files
committed
Update 5.1 migration guide for cakephp/cakephp#17752
1 parent c0d6d81 commit efd13fa

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

en/appendices/5-1-migration-guide.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Behavior Changes
3535
shouldn't impact most applications.
3636
- The default value for ``valueSeparator`` in ``Table::findList()`` is now
3737
a single space instead of ``;``.
38+
- ``ErrorLogger`` uses ``Psr\Log\LogTrait`` now.
3839

3940
Deprecations
4041
============
@@ -105,11 +106,6 @@ Datasource
105106
``removeDelete()`` methods were added. These methods allow you to remove rules
106107
by name.
107108

108-
Error
109-
-----
110-
111-
- ``ErrorLoggerInterface`` now extends ``Psr\Log\LoggerInterface`` improving
112-
interoperability with custom loggers that use PSR-3 traits and interfaces.
113109

114110
Http
115111
----

0 commit comments

Comments
 (0)