Skip to content

azure-xml_1.1.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 29 Jul 16:14
2760cf5

1.1.0 (2024-07-26)

Other Changes

  • XmlSerializable.toXml(XmlWriter) is now a default method in the interface. This will call
    XmlSerializable.toXml(XmlWriter, String) with a null string as the second argument, as the String argument was
    always considered optional.