summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-24 07:17:14 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-24 07:17:14 -0400
commit8fb4389df679d38add64014f5a1b71d6d4820e1f (patch)
tree7cabf40c2e5600014bfb8185d244ae2d96d07d42 /NEWS.txt
parent8b63da202f6d1c55f41f4011e686938eee7e4cee (diff)
The select() method can now find tags with attributes whose names
contain dashes. Patch by Marek Kapolka. [bug=1304007]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 566f4b5..92765e1 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -17,7 +17,10 @@
Francisco Canas [bug=1191917]
* The select() method can now find tags whose names contain
- dashes. Patch by Francisco Canas [bug=1276211]
+ dashes. Patch by Francisco Canas. [bug=1276211]
+
+* The select() method can now find tags with attributes whose names
+ contain dashes. Patch by Marek Kapolka. [bug=1304007]
* Improved the lxml tree builder's handling of processing
instructions. [bug=1294645]