Update changelog

This commit is contained in:
Dany Maillard 2018-08-27 12:16:21 +02:00
parent ff1727e2ee
commit 49f3bfc823

View File

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