Skip to content

Commit c99b7c0

Browse files
committed
update changelog
1 parent 5dbed02 commit c99b7c0

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
@@ -106,10 +106,10 @@ 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.
109+
The ``Entity::toRawArray()`` method now properly converts arrays of entities when the ``$recursive``
110+
parameter is ``true``. Previously, properties containing arrays were not recursively processed.
111+
If you were relying on the old behavior where arrays remained unconverted, you will need to update
112+
your code.
113113

114114
Interface Changes
115115
=================

0 commit comments

Comments
 (0)