Skip to content

Commit 5dbed02

Browse files
committed
add changelog
1 parent c9751ee commit 5dbed02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,11 @@ as a change because only reference comparison was performed. Now, any modificati
106106
state of objects or arrays will be properly detected. If you relied on the old shallow comparison
107107
behavior, you will need to update your code accordingly.
108108

109+
The ``Entity::toRawArray()`` method now properly converts arrays (including arrays of entities)
110+
when the ``$recursive`` parameter is ``true``. Previously, properties containing arrays were not
111+
recursively processed. If you were relying on the old behavior where arrays remained unconverted,
112+
you will need to update your code.
113+
109114
Interface Changes
110115
=================
111116

0 commit comments

Comments
 (0)