summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-06 21:25:16 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-06 21:25:16 -0400
commitc4ce22b415ab81ba0e3fb4a3fb28f4ce68dccbde (patch)
treef021dbfe567fea9cbaba09821e9311e71668d5f1 /NEWS.txt
parent3ad71fceec0002be87306174f0b2464cc2342a7e (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.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 8560541..edbba28 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -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]