diff options
author | Leonard Richardson <leonardr@segfault.org> | 2015-06-25 21:41:23 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2015-06-25 21:41:23 -0400 |
commit | c7b7a22a46064c6362eebb5670022b06bf601daf (patch) | |
tree | 6f8a994f6461b5e57b55278282fd72a1128473ac /NEWS.txt | |
parent | 51044d613cc782d883a6eb3cd0d3dc391e13c23b (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.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |