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
7 changes: 6 additions & 1 deletion en/appendices/5-1-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ removed in 6.0.0.
Behavior Changes
================

- Connection now creats unique read and write drivers if the keys ``read`` or
- Connection now creats unique read and write drivers if the keys ``read`` or
``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
Expand Down Expand Up @@ -107,6 +107,11 @@ TestSuite
- ``LogTestTrait`` was added. This new trait makes it easy to capture logs in
your tests and make assertions on the presence or absence of log messages.

Utility
-------

- ``Hash::insert()`` and ``Hash::remove()`` now accept ``ArrayAccess`` objects along with ``array`` data.

Validation
----------

Expand Down