summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-05-17 22:28:57 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-05-17 22:28:57 -0400
commit5291dd2839d5adfe64106501e7f9fe4984cf53ac (patch)
treeb68981225ab39f81859533f9525303053ebe84a4 /CHANGES.txt
parent9e764b195723b15f29ed8182d1c6e37ac4a52c58 (diff)
downloadpython-coveragepy-git-5291dd2839d5adfe64106501e7f9fe4984cf53ac.tar.gz
Files with incorrect encoding declarations are no longer ignored. #351
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9f1823e2..1abf564f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,6 +22,9 @@ Latest
(`issue 360`_). It's always fun when the problem is due to a `bug in the
Python standard library <http://bugs.python.org/issue19035>`_.
+- Files with incorrect encoding declaration comments are no longer ignored by
+ the reporting commands, fixing `issue 351`_.
+
- HTML reports now include a timestamp in the footer, closing `issue 299`_.
Thanks, Conrad Ho.
@@ -36,6 +39,7 @@ Latest
.. _issue 299: https://bitbucket.org/ned/coveragepy/issue/299/inserted-created-on-yyyy-mm-dd-hh-mm-in
.. _issue 308: https://bitbucket.org/ned/coveragepy/issue/308/yield-lambda-branch-coverage
.. _issue 324: https://bitbucket.org/ned/coveragepy/issue/324/yield-in-loop-confuses-branch-coverage
+.. _issue 351: https://bitbucket.org/ned/coveragepy/issue/351/files-with-incorrect-encoding-are-ignored
.. _issue 354: https://bitbucket.org/ned/coveragepy/issue/354/coverage-combine-should-take-a-list-of
.. _issue 359: https://bitbucket.org/ned/coveragepy/issue/359/xml-report-chunk-error
.. _issue 360: https://bitbucket.org/ned/coveragepy/issue/360/html-reports-get-confused-by-l-in-the-code