What's Changed
Bug Fixes
- #895: Fix incorrect normalization of
\rX
EOL sequences whereX
is a char which is UTF-8 encoded as [c2 xx], except [c2 85].
Misc Changes
- #895: Add new
xml10_content()
andxml11_content()
methods which behaves the same ashtml_content()
andxml_content()
methods, but express intention more clearly.
Full Changelog: v0.38.2...v0.38.3