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
commitc7b7a22a46064c6362eebb5670022b06bf601daf (patch)
tree6f8a994f6461b5e57b55278282fd72a1128473ac /NEWS.txt
parent51044d613cc782d883a6eb3cd0d3dc391e13c23b (diff)
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.