Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion en/appendices/5-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Behavior Changes
================

- Connection now creats unique read and write drivers if the keys ``read`` or
``write` are present in the config regardless of values.
``write`` are present in the config regardless of values.
- FormHelper no longer generates ``aria-required`` attributes on input elements
that also have the ``required`` attribute set. The ``aria-required`` attribute
is redundant on these elements and generates HTML validation warnings. If you
Expand Down Expand Up @@ -52,6 +52,7 @@ Command

- ``bin/cake plugin list`` has been added to list all available plugins,
their load configuration and version.
- Optional ``Command`` arguments can now have a ``default`` value.

Console
-------
Expand Down