summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-28 07:42:38 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-28 07:42:38 -0400
commit83d8623191dddac3ebb1dd4f3aeff1f3e5a8c912 (patch)
treeff116351e82cce604e1a56e6b3f7a395a402a634 /NEWS.txt
parentab7fa80de890e03919741a61b828305d941c6ab0 (diff)
downloadbeautifulsoup4-83d8623191dddac3ebb1dd4f3aeff1f3e5a8c912.tar.gz
Raise a NotImplementedError whenever an unsupported CSS pseudoclass
is used in select(). Previously some cases did not result in a NotImplementedError.
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/NEWS.txt b/NEWS.txt
index bcd4223..9126ddf 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -9,6 +9,12 @@
only returns the first match, instead of a list of
matches. [bug=1349367]
+* You can now create a Tag object without specifying a
+ TreeBuilder. Patch by Martijn Pieters. [bug=1307471]
+
+* You can now create a NavigableString or a subclass just by invoking
+ the constructor. [bug=1294315]
+
* Started using a standard MIT license. [bug=1294662]
* Added a Chinese translation of the documentation by Delong .w.
@@ -74,11 +80,9 @@
* Improved the exception raised when you call .unwrap() or
.replace_with() on an element that's not attached to a tree.
-* You can now create a Tag object without specifying a
- TreeBuilder. Patch by Martijn Pieters. [bug=1307471]
-
-* You can now create a NavigableString or a subclass just by invoking
- the constructor. [bug=1294315]
+* Raise a NotImplementedError whenever an unsupported CSS pseudoclass
+ is used in select(). Previously some cases did not result in a
+ NotImplementedError.
= 4.3.2 (20131002) =