Skip to content

Commit 6b0d78c

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: [Serializer] Fix default XmlVersion used by XmlEncoder
2 parents b4a8d78 + 57e3c0f commit 6b0d78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ Option Description
11011101
============================== ================================================= ==========================
11021102
``xml_format_output`` If set to true, formats the generated XML with ``false``
11031103
line breaks and indentation
1104-
``xml_version`` Sets the XML version attribute ``1.1``
1104+
``xml_version`` Sets the XML version attribute ``1.0``
11051105
``xml_encoding`` Sets the XML encoding attribute ``utf-8``
11061106
``xml_standalone`` Adds standalone attribute in the generated XML ``true``
11071107
``xml_type_cast_attributes`` This provides the ability to forget the attribute ``true``

0 commit comments

Comments
 (0)