Skip to content

Commit f3b50d8

Browse files
committed
update changelog
1 parent dcab974 commit f3b50d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user_guide_src/source/changelogs/v4.7.0.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ 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.
69+
The ``Entity::toRawArray()`` method now properly converts arrays of entities when the ``$recursive``
70+
parameter is ``true``. Previously, properties containing arrays were not recursively processed.
71+
If you were relying on the old behavior where arrays remained unconverted, you will need to update
72+
your code.
7373

7474
Interface Changes
7575
=================

0 commit comments

Comments
 (0)