File tree 2 files changed +2
-1
lines changed
src/Symfony/Component/Serializer
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ CHANGELOG
16
16
* added support for serializing objects that implement ` DateTimeInterface `
17
17
* added ` AbstractObjectNormalizer ` as a base class for normalizers that deal
18
18
with objects
19
+ * added support to relation deserialization
19
20
20
21
2.7.0
21
22
-----
Original file line number Diff line number Diff line change 33
33
},
34
34
"suggest" : {
35
35
"psr/cache-implementation" : " For using the metadata cache." ,
36
- "symfony/property-info" : " To harden the component and deserialize relations." ,
36
+ "symfony/property-info" : " To deserialize relations." ,
37
37
"symfony/yaml" : " For using the default YAML mapping loader." ,
38
38
"symfony/config" : " For using the XML mapping loader." ,
39
39
"symfony/property-access" : " For using the ObjectNormalizer." ,
You can’t perform that action at this time.
0 commit comments