summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
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 =