File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ removed in 6.0.0.
88Behavior 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+
110115Validation
111116----------
112117
You can’t perform that action at this time.
0 commit comments