Skip to content

Commit b107296

Browse files
committed
Update CHANGELOG.md and composer.json
1 parent 0c10b4e commit b107296

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/Symfony/Component/Serializer/CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ CHANGELOG
1616
* added support for serializing objects that implement `DateTimeInterface`
1717
* added `AbstractObjectNormalizer` as a base class for normalizers that deal
1818
with objects
19+
* added support to relation deserialization
1920

2021
2.7.0
2122
-----

src/Symfony/Component/Serializer/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"suggest": {
3535
"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.",
3737
"symfony/yaml": "For using the default YAML mapping loader.",
3838
"symfony/config": "For using the XML mapping loader.",
3939
"symfony/property-access": "For using the ObjectNormalizer.",

0 commit comments

Comments
 (0)