summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2018-07-28 18:23:00 -0400
committerLeonard Richardson <leonardr@segfault.org>2018-07-28 18:23:00 -0400
commitb9cfa0330bf4c6017d89ab66dcf33dac925e7044 (patch)
treece8f5fa96bf5761d3da68dc2bbed342380b14e59 /NEWS.txt
parent6e319a74343b9efb69517ab178dbea921f438ee1 (diff)
When markup contains duplicate elements, a select() call that
includes multiple match clauses will match all relevant elements. [bug=1770596]
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 acdcc04..3884687 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -20,6 +20,10 @@
* Improved the warning given when no parser is specified. [bug=1780571]
+* When markup contains duplicate elements, a select() call that
+ includes multiple match clauses will match all relevant
+ elements. [bug=1770596]
+
* Fixed code that was causing deprecation warnings in recent Python 3
versions. Includes a patch from Ville Skyttä. [bug=1778909] [bug=1689496]