Skip to content

Commit e7584e9

Browse files
committed
Mention some potentially incompatible changes
1 parent 7e0f742 commit e7584e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ Overflow checks before reallocations were hardenend.
3838

3939
Some unprefixed symbols were renamed to avoid namespace pollution.
4040

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+
4149
### New features
4250

4351
Input callbacks can now be set on a parser context and an improved API

0 commit comments

Comments
 (0)