Skip to content

Commit 9556f21

Browse files
committed
Add note for cakephp/cakephp#17693
1 parent a85f4da commit 9556f21

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

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

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ Console
7373
- ``Arguments::hasArgument()`` and ``getArgument()`` will now raise an exception
7474
if an unknown argument name is provided. This helps prevent mixing up option/argument names.
7575

76+
77+
Controller
78+
----------
79+
80+
- Components can now use the DI container to have dependencies resolved and
81+
provided as constructor parameters just like Controllers and Commands do.
82+
7683
Core
7784
----
7885

@@ -81,12 +88,6 @@ Core
8188
a typesafe way to cast request data or other input and return ``null`` when conversion fails.
8289
- ``pathCombine()`` was added to help build paths without worrying about duplicate and trailing slashes.
8390

84-
Controller
85-
----------
86-
87-
- Components can now use the DI container to have dependencies resolved and
88-
provided as constructor parameters just like Controllers and Commands do.
89-
9091
Database
9192
--------
9293

@@ -104,6 +105,12 @@ Datasource
104105
``removeDelete()`` methods were added. These methods allow you to remove rules
105106
by name.
106107

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+
107114
Http
108115
----
109116

0 commit comments

Comments
 (0)