summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2014-12-11 22:08:09 -0500
committerLeonard Richardson <leonardr@segfault.org>2014-12-11 22:08:09 -0500
commit056b9348f66969013c9e48026de69d249f3a101c (patch)
tree78a6d0272219ae4ec8d71650954d03e33b498900 /NEWS.txt
parentf0cdcded86482af111a44006b3862fa7b3765a95 (diff)
downloadbeautifulsoup4-056b9348f66969013c9e48026de69d249f3a101c.tar.gz
The select() method can now find tags whose names contain
dashes. Patch by Francisco Canas [bug=1276211]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 2a3bb1e..d45e1c4 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -8,6 +8,9 @@
* The select() method now supports selector grouping. Patch by
Francisco Canas [bug=1191917]
+* The select() method can now find tags whose names contain
+ dashes. Patch by Francisco Canas [bug=1276211]
+
* Restored the helpful syntax error that happens when you try to
import the Python 2 edition of Beautiful Soup under Python
3. [bug=1213387]