Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1727e commit f13b2c9Copy full SHA for f13b2c9
src/Symfony/Component/Serializer/CHANGELOG.md
@@ -6,6 +6,8 @@ CHANGELOG
6
7
* `AbstractNormalizer::handleCircularReference` is now final, and receives two optional extra arguments: the format and the context
8
* 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 encodage.
11
12
4.1.0
13
-----
0 commit comments