summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2014-12-10 19:01:46 -0500
committerLeonard Richardson <leonardr@segfault.org>2014-12-10 19:01:46 -0500
commit5048db4ab06f6065d8d364500b38631456b58690 (patch)
treeb2d13695ebfa4806389170f36b47749b32a04933 /NEWS.txt
parent8b1dd38e165d211d904d7143ea5042f26353bdb5 (diff)
The select() method now supports selector grouping. Patch by
Francisco Canas [bug=1191917]
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 2f0121e..9b4ac1e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -3,6 +3,9 @@
* Fixed yet another problem that caused the html5lib tree builder to
create a disconnected parse tree. [bug=1237763]
+* The select() method now supports selector grouping. Patch by
+ Francisco Canas [bug=1191917]
+
* Restored the helpful syntax error that happens when you try to
import the Python 2 edition of Beautiful Soup under Python
3. [bug=1213387]