minor #18154 [Serializer] sync changelog file (xabbuh)

This PR was merged into the 3.1-dev branch.

Discussion
----------

[Serializer] sync changelog file

| Q             | A
| ------------- | ---
| Branch        | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

a9a26e3 [Serializer] sync changelog file
This commit is contained in:
Fabien Potencier 2016-03-15 06:51:05 +01:00
commit b19ce5e941
1 changed files with 12 additions and 1 deletions

View File

@ -4,7 +4,18 @@ CHANGELOG
3.1.0
-----
* added support for serializing objects that implement `JsonSerializable`
* added support for serializing objects that implement `JsonSerializable`
* added the `DenormalizerAwareTrait` and `NormalizerAwareTrait` traits to
support normalizer/denormalizer awareness
* added the `DenormalizerAwareInterface` and `NormalizerAwareInterface`
interfaces to support normalizer/denormalizer awareness
* added a PSR-6 compatible adapter for caching metadata
* added a `MaxDepth` option to limit the depth of the object graph when
serializing objects
* added support for serializing `SplFileInfo` objects
* added support for serializing objects that implement `DateTimeInterface`
* added `AbstractObjectNormalizer` as a base class for normalizers that deal
with objects
2.7.0
-----