8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1727e commit 584785aCopy full SHA for 584785a
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 encodaging.
11
12
4.1.0
13
-----
0 commit comments