summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-05-14 21:15:32 -0400
committerNed Batchelder <ned@nedbatchelder.com>2012-05-14 21:15:32 -0400
commitd31a41bfd035a537fd91e894805f411d17033847 (patch)
tree55b65a9b9edeaa156541686abf6a326ce324d867 /CHANGES.txt
parentbaafb94e9cb5aec5ced0cd6e087d0c6c51e4c785 (diff)
downloadpython-coveragepy-d31a41bfd035a537fd91e894805f411d17033847.tar.gz
Properly deal with files encoded as UTF-8 with BOM. Fixes #179.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 4a89b3d..404947f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,15 @@
Change history for Coverage.py
------------------------------
+Version 3.5.3b1
+---------------
+
+- Files encoded as UTF-8 with a BOM are now properly handled, fixing
+ `issue 179`_. Thanks, Pablo Carballo.
+
+.. _issue 179: https://bitbucket.org/ned/coveragepy/issue/179/htmlreporter-fails-when-source-file-is
+
+
Version 3.5.2 --- 4 May 2012
----------------------------