Skip to content

Commit dcab974

Browse files
committed
add changelog
1 parent 20d7516 commit dcab974

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
@@ -66,6 +66,11 @@ as a change because only reference comparison was performed. Now, any modificati
6666
state of objects or arrays will be properly detected. If you relied on the old shallow comparison
6767
behavior, you will need to update your code accordingly.
6868

69+
The ``Entity::toRawArray()`` method now properly converts arrays (including arrays of entities)
70+
when the ``$recursive`` parameter is ``true``. Previously, properties containing arrays were not
71+
recursively processed. If you were relying on the old behavior where arrays remained unconverted,
72+
you will need to update your code.
73+
6974
Interface Changes
7075
=================
7176

0 commit comments

Comments
 (0)