[Serializer] update changelog

This commit is contained in:
Kévin Dunglas 2015-02-03 08:04:31 +01:00
parent 23b647f1e4
commit 021a253d1d
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
-----