summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index e9ec6aa..2f0121e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -10,6 +10,10 @@
* Added a warning when you instantiate a BeautifulSoup object without
explicitly naming a parser. [bug=1398866]
+* In Python 3.4 and above, set the new convert_charrefs argument to
+ the html.parser constructor to avoid a warning and future
+ failures. Patch by Stefano Revera. [bug=1375721]
+
* Added a Chinese translation of the documentation by Delong .w.
= 4.3.2 (20131002) =