diff options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -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 = |