We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d6d81 commit efd13faCopy full SHA for efd13fa
en/appendices/5-1-migration-guide.rst
@@ -35,6 +35,7 @@ Behavior Changes
35
shouldn't impact most applications.
36
- The default value for ``valueSeparator`` in ``Table::findList()`` is now
37
a single space instead of ``;``.
38
+- ``ErrorLogger`` uses ``Psr\Log\LogTrait`` now.
39
40
Deprecations
41
============
@@ -105,11 +106,6 @@ Datasource
105
106
``removeDelete()`` methods were added. These methods allow you to remove rules
107
by name.
108
-Error
109
------
110
-
111
-- ``ErrorLoggerInterface`` now extends ``Psr\Log\LoggerInterface`` improving
112
- interoperability with custom loggers that use PSR-3 traits and interfaces.
113
114
Http
115
----
0 commit comments