Skip to content

Commit

Permalink
Add note for cakephp/cakephp#17693
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 23, 2024
1 parent a85f4da commit 9556f21
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions en/appendices/5-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ Console
- ``Arguments::hasArgument()`` and ``getArgument()`` will now raise an exception
if an unknown argument name is provided. This helps prevent mixing up option/argument names.


Controller
----------

- Components can now use the DI container to have dependencies resolved and
provided as constructor parameters just like Controllers and Commands do.

Core
----

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

Controller
----------

- Components can now use the DI container to have dependencies resolved and
provided as constructor parameters just like Controllers and Commands do.

Database
--------

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

Error
-----

- ``ErrorLoggerInterface`` now extends ``Psr\Log\LoggerInterface`` improving
interoperability with custom loggers that use PSR-3 traits and interfaces.

Http
----

Expand Down

0 comments on commit 9556f21

Please sign in to comment.