Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b19ce5e

Browse files
committed
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
2 parents bb2727a + a9a26e3 commit b19ce5e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/Symfony/Component/Serializer/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ CHANGELOG
44
3.1.0
55
-----
66

7-
* added support for serializing objects that implement `JsonSerializable`
7+
* added support for serializing objects that implement `JsonSerializable`
8+
* added the `DenormalizerAwareTrait` and `NormalizerAwareTrait` traits to
9+
support normalizer/denormalizer awareness
10+
* added the `DenormalizerAwareInterface` and `NormalizerAwareInterface`
11+
interfaces to support normalizer/denormalizer awareness
12+
* added a PSR-6 compatible adapter for caching metadata
13+
* added a `MaxDepth` option to limit the depth of the object graph when
14+
serializing objects
15+
* added support for serializing `SplFileInfo` objects
16+
* added support for serializing objects that implement `DateTimeInterface`
17+
* added `AbstractObjectNormalizer` as a base class for normalizers that deal
18+
with objects
819

920
2.7.0
1021
-----

0 commit comments

Comments
 (0)