summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-07 19:15:04 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-07 19:15:04 -0500
commit35622f942a6235a6727a07f0e53cdaffda639ffc (patch)
tree403b739bab76e584bec5d10798256732680b6f0d /CHANGELOG
parentf7b1534a45df3649b2c4f02b2f437be4f94049a7 (diff)
downloadbeautifulsoup4-35622f942a6235a6727a07f0e53cdaffda639ffc.tar.gz
Documented today's changes.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 701ed36..926500f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,17 @@
+= 4.0 beta 4 =
+
+Added BeautifulSoup.new_string() to go along with Beautifulsoup.new_tag()
+Pass in strict=False to html.parser on Python 3.
+Monkeypatch a serious bug in html.parser that made strict=False disastrous on Python 3.2.2.
+Replaced the "substitute_html_entities" argument with the "formatter" argument.
+Bare ampersands and angle brackets are always converted to XML entities unless the user prevents it.
+Added PageElement.insert_before().
+Added PageElement.insert_after().
+Raise an exception when the user tries to do something stupid like insert a tag into itself.
+
= 4.0 =
-See README.TXT.
+Nearly complete rewrite
= 3.2.0 =