Skip to content

Commit 58400d3

Browse files
committed
Added the missing versionadded directives
1 parent 9cf19c8 commit 58400d3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

serializer.rst

+8
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,18 @@ As well as the following normalizers:
7272
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ConstraintViolationListNormalizer` for objects implementing the :class:`Symfony\\Component\\Validator\\ConstraintViolationListInterface` interface
7373
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer` for :class:`Symfony\\Component\\ErrorHandler\\Exception\\FlattenException` objects
7474

75+
.. versionadded:: 4.1
76+
77+
The ``ConstraintViolationListNormalizer`` was introduced in Symfony 4.1.
78+
7579
.. versionadded:: 4.3
7680

7781
The ``DateTimeZoneNormalizer`` was introduced in Symfony 4.3.
7882

83+
.. versionadded:: 4.4
84+
85+
The ``ProblemNormalizer`` was introduced in Symfony 4.4.
86+
7987
Custom normalizers and/or encoders can also be loaded by tagging them as
8088
:ref:`serializer.normalizer <reference-dic-tags-serializer-normalizer>` and
8189
:ref:`serializer.encoder <reference-dic-tags-serializer-encoder>`. It's also

0 commit comments

Comments
 (0)