Skip to content

Commit 45fe843

Browse files
committed
fixed markup
1 parent b94e415 commit 45fe843

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ CHANGELOG
44
2.2.0
55
-----
66

7-
* All Serializer, Normalizer and Encoder interfaces have been
8-
modified to include an optional ``$context`` array parameter.
9-
* The XML Root name can now be configured with the ``xml_root_name``
10-
parameter in the context option to the ``XmlEncoder``.
11-
* Options to ``json_encode`` and ``json_decode`` can be passed through
12-
the context options of ``JsonEncode`` and ``JsonDecode`` encoder/decoders.
7+
* [BC BREAK] All Serializer, Normalizer and Encoder interfaces have been
8+
modified to include an optional `$context` array parameter.
9+
* The XML Root name can now be configured with the `xml_root_name`
10+
parameter in the context option to the `XmlEncoder`.
11+
* Options to `json_encode` and `json_decode` can be passed through
12+
the context options of `JsonEncode` and `JsonDecode` encoder/decoders.
1313

1414
2.1.0
1515
-----

0 commit comments

Comments
 (0)