We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0f742 commit e7584e9Copy full SHA for e7584e9
NEWS
@@ -38,6 +38,14 @@ Overflow checks before reallocations were hardenend.
38
39
Some unprefixed symbols were renamed to avoid namespace pollution.
40
41
+### Other potentially incompatible changes
42
+
43
+Strings passed to the "characters" callback of the HTML SAX parser
44
+aren't null-terminated anymore, matching the behavior of the XML
45
+parser. Custom SAX parsers must use the "len" argument.
46
47
+xmlIOParseDTD doesn't allow null bytes at the end of the input anymore.
48
49
### New features
50
51
Input callbacks can now be set on a parser context and an improved API
0 commit comments