summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-23 09:22:34 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-23 09:22:34 -0500
commit207e99a893f2d4fcda9166e3bf428f6aee4714e4 (patch)
treeba0f2406c0ff6c17b9eebcf6ab9acf5fd2f9f8fa
parentd280a21a643b7898aaa666d0109d1d13eaeb6106 (diff)
downloadpython-coveragepy-git-207e99a893f2d4fcda9166e3bf428f6aee4714e4.tar.gz
Note the fix for #214 in the change history.
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e40be842..6ba1f349 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -65,6 +65,11 @@ Version 3.6b1
- Running coverage under a debugger is unlikely to work, but it shouldn't fail
with "TypeError: 'NoneType' object is not iterable". Fixes `issue 201`_.
+- On some Linux distributions, when installed with the OS package manager,
+ coverage.py would report its own code as part of the results. Now it won't,
+ fixing `issue 214`_, though this will take some time to be repackaged by the
+ operating systems.
+
- Docstrings for the legacy singleton methods are more helpful. Thanks Marius
Gedminas. Closes `issue 205`_.
@@ -94,6 +99,7 @@ Version 3.6b1
.. _issue 205: https://bitbucket.org/ned/coveragepy/issue/205/make-pydoc-coverage-more-friendly
.. _issue 206: https://bitbucket.org/ned/coveragepy/issue/206/pydoc-coveragecoverage-fails-with-an-error
.. _issue 210: https://bitbucket.org/ned/coveragepy/issue/210/if-theres-no-coverage-data-coverage-xml
+.. _issue 214: https://bitbucket.org/ned/coveragepy/issue/214/coveragepy-measures-itself-on-precise
Version 3.5.3 --- 29 September 2012