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
commit6590573e18a533f30c9635ecbd6af163d6826ef8 (patch)
tree02dbfff2c5c7fdc77b9544e4213d3f1a88b2fc75 /CHANGELOG
parentb32c88cc0362030f2801690aca695cf5d3d57f55 (diff)
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 =