diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-01 17:17:20 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-01 17:17:20 -0400 |
commit | 5b69b4c4aa7dc9fce5dcbd630d5afc00a57adc41 (patch) | |
tree | 6e7db9513d5ece7ed49a1a94652027bddb1b5619 | |
parent | 5e45baa100135e2ef327feb767e8e027a58d1637 (diff) | |
download | python-coveragepy-git-5b69b4c4aa7dc9fce5dcbd630d5afc00a57adc41.tar.gz |
Thanks, Dmitry Trofimov
-rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 45a264a2..18d22e84 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -29,6 +29,7 @@ Latest - Coverage.py now accepts a directory name for ``coverage run`` and will run a ``__main__.py`` found there, just like Python will. Fixes `issue 252`_. + Thanks, Dmitry Trofimov. - The XML report now includes a ``missing-branches`` attribute. Thanks, Steve Peak. This is not a part of the Cobertura DTD, so the XML report no longer |