Skip to content

Commit 3d9ad54

Browse files
minor symfony#22405 [Yaml] add changelog for the DUMP_OBJECT_AS_MAP flag (xabbuh)
This PR was merged into the 3.2 branch. Discussion ---------- [Yaml] add changelog for the DUMP_OBJECT_AS_MAP flag | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#17728 | License | MIT | Doc PR | Adds missing changelog entry for the `DUMP_OBJECT_AS_MAP` flag introduced in symfony#17728. Commits ------- 8fd3602 add changelog for the DUMP_OBJECT_AS_MAP flag
2 parents 5127d1d + 8fd3602 commit 3d9ad54

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Symfony/Component/Yaml/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ CHANGELOG
2020
3.1.0
2121
-----
2222

23+
* Added support to dump `stdClass` and `ArrayAccess` objects as YAML mappings
24+
through the `Yaml::DUMP_OBJECT_AS_MAP` flag.
25+
2326
* Strings that are not UTF-8 encoded will be dumped as base64 encoded binary
2427
data.
2528

0 commit comments

Comments
 (0)