File tree 1 file changed +12
-1
lines changed
src/Symfony/Component/Serializer
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,18 @@ CHANGELOG
4
4
3.1.0
5
5
-----
6
6
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
8
19
9
20
2.7.0
10
21
-----
You can’t perform that action at this time.
0 commit comments