Skip to content

Commit

Permalink
minor #28281 [Serializer] Update changelog about the new $encoderIgno…
Browse files Browse the repository at this point in the history
…redNodeTypes 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
  • Loading branch information
fabpot committed Aug 27, 2018
2 parents 93bb665 + 49f3bfc commit 6cc2bd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Component/Serializer/CHANGELOG.md
Expand Up @@ -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
-----
Expand Down

0 comments on commit 6cc2bd6

Please sign in to comment.