Skip to content

Commit 2346fdc

Browse files
committed
docs: add changelog entry for toRawArray() DateTime fix
1 parent 5befabe commit 2346fdc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

user_guide_src/source/changelogs/v4.7.5.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ Deprecations
3030
Bugs Fixed
3131
**********
3232

33+
- **Entity:** Fixed a bug where ``toRawArray()`` returned ``Time`` objects instead of ISO-8601 strings for date fields. Now they are correctly converted to strings when ``$recursive`` is ``false``.
34+
3335
- **Logger:** Fixed a bug where interpolating a log message with array or non-stringable context values could raise PHP warnings or errors.
3436

3537
See the repo's

0 commit comments

Comments
 (0)