summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-11-29 22:13:33 -0500
committerLeonard Richardson <leonardr@segfault.org>2021-11-29 22:13:33 -0500
commitad52722cc6b55ce414d395e9a0860cee57c0ab2d (patch)
tree8ff820b41d9ee5fb1f896629782270349cd8311b /CHANGELOG
parentc005e9ba28b4eec3a5fab173b928609bc692dd51 (diff)
Do a better job of keeping track of namespaces as an XML document is
parsed, so that CSS selectors that use namespaces will do the right thing more often. [bug=1946243]
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4470f64..af99990 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,10 @@ Python 2 was revision 605.
* Issue a warning when an HTML parser is used to parse a document that
looks like XML but not XHTML. [bug=1939121]
+* Do a better job of keeping track of namespaces as an XML document is
+ parsed, so that CSS selectors that use namespaces will do the right
+ thing more often. [bug=1946243]
+
* Some time ago, the misleadingly named "text" argument to find-type
methods was renamed to the more accurate "string." But this supposed
"renaming" didn't make it into important places like the method