summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2012-07-03 17:25:28 -0400
committerLeonard Richardson <leonardr@segfault.org>2012-07-03 17:25:28 -0400
commitf0102682ece130382500f0ee58fbc3340f221d54 (patch)
treec00c22affc4889f062fe93c16fd9ea9399bf9c42 /NEWS.txt
parentef51996386270f8bc3d7b4e4272d8b117b4f41af (diff)
When sniffing encodings, if the cchardet library is installed, use it instead of chardet. It's much faster. [bug=1020748]
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 6b21baa..043d79e 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,8 @@
= 4.1.2 (Unreleased) =
+* When sniffing encodings, if the cchardet library is installed, use
+ it instead of chardet. It's much faster. [bug=1020748]
+
* Use logging.warning() instead of warning.warn() to notify the user
that characters were replaced with REPLACEMENT
CHARACTER. [bug=1013862]