summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-25 21:41:23 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-25 21:41:23 -0400
commitfc32a6eb0fe0e981b4f41362b97576099b8c4a4e (patch)
treed2a9dd7ec7b805351b83c4fc6126e3887f9253d9 /NEWS.txt
parentb61a9c8bcd73d7b6f1fca064079ef87441fefad5 (diff)
downloadbeautifulsoup4-fc32a6eb0fe0e981b4f41362b97576099b8c4a4e.tar.gz
Introduced the select_one() method, which uses a CSS selector but
only returns the first match, instead of a list of matches. [bug=1349367]
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 1a6442d..cc3c17f 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -5,6 +5,10 @@
versions. In Python 3, __str__ now returns a Unicode string instead
of a bytestring. [bug=1420131]
+* Introduced the select_one() method, which uses a CSS selector but
+ only returns the first match, instead of a list of
+ matches. [bug=1349367]
+
* Started using a standard MIT license. [bug=1294662]
* Added a Chinese translation of the documentation by Delong .w.