summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2013-05-14 08:39:16 -0400
committerLeonard Richardson <leonardr@segfault.org>2013-05-14 08:39:16 -0400
commit2738a3bb506ba3b87aa19fcc2846594e279f4dd3 (patch)
treeca49a12ee8f1f4129b321575a750c66d99d029ff /NEWS.txt
parent9ce6c22ae13c745ee31a06db1ace2e3d685204af (diff)
Added a deprecation warning to has_key().
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.txt b/NEWS.txt
index c65058c..862513a 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,4 +1,4 @@
-= 4.2.0 (Unreleased) =
+= 4.2.0 (20130514) =
* The Tag.select() method now supports a much wider variety of CSS
selectors.
@@ -60,7 +60,7 @@
* Stop a crash when unwisely messing with a tag that's been
decomposed. [bug=1097699]
-* Now that lxml's segfault on invalid doctype has been fixed, fix a
+* Now that lxml's segfault on invalid doctype has been fixed, fixed a
corresponding problem on the Beautiful Soup end that was previously
invisible. [bug=984936]