diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-21 22:27:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-21 22:27:36 -0500 |
commit | 7f0c0c5be24398ad9f499db07e302954a8fdcb41 (patch) | |
tree | f78d3e43b21ac6b8ec77bb10b9e89b4f7de076ba | |
parent | 8d1a7b3a9a1a067610a9a55a73b721dd2783d30c (diff) | |
download | python-coveragepy-7f0c0c5be24398ad9f499db07e302954a8fdcb41.tar.gz |
Credit where credit is due.
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | CHANGES.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index 1bb1d0c..7fb80bd 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -12,6 +12,7 @@ Brett Cannon Pablo Carballo Guillaume Chazarain David Christian +Marcus Cobden Danek Duvall Ben Finney Martin Fuzzey diff --git a/CHANGES.txt b/CHANGES.txt index c5f38cf..e40be84 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -29,6 +29,7 @@ Version 3.6b1 - The XML report now consistently uses filenames for the filename attribute, rather than sometimes using module names. Fixes `issue 67`_. + Thanks, Marcus Cobden. - Coverage percentage metrics are now computed slightly differently under branch coverage. This means that completely unexecuted files will now |