minor #13576 [Serializer] minor: update changelog (dunglas)

This PR was merged into the 2.6 branch.

Discussion
----------

[Serializer] minor: update changelog

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT
| Doc PR        | n/a

Commits
-------

021a253 [Serializer] update changelog
This commit is contained in:
Fabien Potencier 2015-02-04 15:16:11 +01:00
commit 724209cc8f
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ CHANGELOG
* added a new serializer: `PropertyNormalizer`. Like `GetSetMethodNormalizer`,
this normalizer will map an object's properties to an array.
* added circular references handling for `GetSetMethodNormalizer`
2.5.0
-----