v4.2.2
Fixed
- A malformed numeric character reference with one or more trailing non-digit characters (e.g.
Aa;,Ag;) now results in an "Invalid character reference" error. Previously the trailing non-digit characters were silently ignored, which didn't conform to the XML specification. #45 (@spokodev)
Full Changelog: v4.2.1...v4.2.2