summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2015-06-27 09:55:40 -0400
committerLeonard Richardson <leonardr@segfault.org>2015-06-27 09:55:40 -0400
commit017e4526af39ab75286ebfd2d64db25da116f27b (patch)
tree92441998f88babb05bb4a3d86949eeb9c4fd4985 /NEWS.txt
parent800d1971dcbdc6316a013a4c6ce86e8c18d48dca (diff)
downloadbeautifulsoup4-017e4526af39ab75286ebfd2d64db25da116f27b.tar.gz
Added an exclude_encodings argument to UnicodeDammit and to the
Beautiful Soup constructor, which lets you prohibit the detection of an encoding that you know is wrong. [bug=1469408]
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 cc3c17f..bcd4223 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -18,6 +18,10 @@
argument described in the documentation. `text` may eventually
change its meaning, but not for a very long time. [bug=1366856]
+* Added an `exclude_encodings` argument to UnicodeDammit and to the
+ Beautiful Soup constructor, which lets you prohibit the detection of
+ an encoding that you know is wrong. [bug=1469408]
+
* Fixed yet another problem that caused the html5lib tree builder to
create a disconnected parse tree. [bug=1237763]