summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 7bc920e..47d4942 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -98,6 +98,12 @@ Bug fixes:
is used in select(). Previously some cases did not result in a
NotImplementedError.
+* It's now possible to pickle a BeautifulSoup object no matter which
+ tree builder was used to create it. However, the only tree builder
+ that survives the pickling process is the HTMLParserTreeBuilder
+ ('html.parser'). If you unpickle a BeautifulSoup object created with
+ some other tree builder, soup.builder will be None. [bug=1231545]
+
= 4.3.2 (20131002) =
* Fixed a bug in which short Unicode input was improperly encoded to