8000 minor #28281 [Serializer] Update changelog about the new $encoderIgno… · symfony/symfony@6cc2bd6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6cc2bd6

Browse files
committed
minor #28281 [Serializer] Update changelog about the new $encoderIgnoredNodeTypes arg in XmlEncoder contrustor (maidmaid)
This PR was merged into the 4.2-dev branch. Discussion ---------- [Serializer] Update changelog about the new $encoderIgnoredNodeTypes arg in XmlEncoder contrustor | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #27926 | License | MIT | Doc PR | / Commits ------- 49f3bfc Update changelog
2 parents 93bb665 + 49f3bfc commit 6cc2bd6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Serializer/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ CHANGELOG
66

77
* `AbstractNormalizer::handleCircularReference` is now final, and receives two optional extra arguments: the format and the context
88
* added support for XML comment encoding (encoding `['#comment' => ' foo ']` results `<!-- foo -->`)
9+
* added optional `int[] $encoderIgnoredNodeTypes` argument to `XmlEncoder::__construct` to configure node types to be
10+
ignored during encoding.
911

1012
4.1.0
1113
-----

0 commit comments

Comments
 (0)
0