diff options
author | Leonard Richardson <leonardr@segfault.org> | 2013-05-06 21:25:16 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2013-05-06 21:25:16 -0400 |
commit | c4ce22b415ab81ba0e3fb4a3fb28f4ce68dccbde (patch) | |
tree | f021dbfe567fea9cbaba09821e9311e71668d5f1 /NEWS.txt | |
parent | 3ad71fceec0002be87306174f0b2464cc2342a7e (diff) |
Methods like get_text() and properties like .strings now only give
you strings that are visible in the document--no comments or
processing commands. [bug=1050164]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ no longer undergo entity substitution by default. XML documents work the same way they did before. [bug=1085953] +* Methods like get_text() and properties like .strings now only give + you strings that are visible in the document--no comments or + processing commands. [bug=1050164] + * Fix a bug in the html5lib treebuilder which sometimes created disconnected trees. [bug=1039527] |