Skip to content

v0.36.0 - Compatibility with Adobe Flash

Compare
Choose a tag to compare
@Mingun Mingun released this 08 Jul 16:41
· 3 commits to master since this release

What's Changed

Bug Fixes

  • #781: Fix conditions to start CDATA section. Only uppercase <![CDATA[ can start it.
    Previously any case was allowed.
  • #780: Fixed incorrect .error_position() when encountering syntax error for open or self-closed tag.

Misc Changes

  • #780: reader::Parser, reader::ElementParser and reader::PiParser moved to the new module parser.
  • #776: Allow to have attributes in the end tag for compatibility reasons with Adobe Flash XML parser.

Full Changelog: v0.35.0...v0.36.0