summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS.txt b/NEWS.txt
index b7740ce..3557891 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -2,7 +2,11 @@
* Skipped a test under Python 2.6 to avoid a spurious test failure. [bug=1038503]
-*
+* Raise a more specific error (FeatureNotFound) when a requested
+ parser or parser feature is not installed. Raise NotImplementedError
+ instead of ValueError when the user calls insert_before() or
+ insert_after() on the BeautifulSoup object itself. Patch by Aaron
+ Devore. [bug=1038301]
= 4.1.2 (20120817) =