Skip to content

Commit f9061df

Browse files
authored
Merge pull request #7842 from cakephp/othercorey-patch-1
Add notes for Hash::insert() and remove()
2 parents e4a6c6c + 0f5f250 commit f9061df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ removed in 6.0.0.
88
Behavior Changes
99
================
1010

11-
- Connection now creats unique read and write drivers if the keys ``read`` or
11+
- Connection now creats unique read and write drivers if the keys ``read`` or
1212
``write`` are present in the config regardless of values.
1313
- FormHelper no longer generates ``aria-required`` attributes on input elements
1414
that also have the ``required`` attribute set. The ``aria-required`` attribute
@@ -107,6 +107,11 @@ TestSuite
107107
- ``LogTestTrait`` was added. This new trait makes it easy to capture logs in
108108
your tests and make assertions on the presence or absence of log messages.
109109

110+
Utility
111+
-------
112+
113+
- ``Hash::insert()`` and ``Hash::remove()`` now accept ``ArrayAccess`` objects along with ``array`` data.
114+
110115
Validation
111116
----------
112117

0 commit comments

Comments
 (0)