File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ CHANGELOG
4
4
2.2.0
5
5
-----
6
6
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.
13
13
14
14
2.1.0
15
15
-----
You can’t perform that action at this time.
0 commit comments