Skip to content

v0.38.3 - Fix EOL normalization in some cases

Choose a tag to compare

@Mingun Mingun released this 24 Aug 09:35
· 48 commits to master since this release

What's Changed

Bug Fixes

  • #895: Fix incorrect normalization of \rX EOL sequences where X is a char which is UTF-8 encoded as [c2 xx], except [c2 85].

Misc Changes

  • #895: Add new xml10_content() and xml11_content() methods which behaves the same as html_content() and xml_content() methods, but express intention more clearly.

Full Changelog: v0.38.2...v0.38.3