diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-10-13 09:46:32 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-10-13 09:46:32 -0400 |
commit | 8ed0b777d297f7266642e514bea26709c6f0ad03 (patch) | |
tree | b4b8ffd22ecc523be342b0fcd68722bbd1078ab7 | |
parent | eb75f20cf328f2134392fef95a905750690da026 (diff) | |
download | python-coveragepy-git-8ed0b777d297f7266642e514bea26709c6f0ad03.tar.gz |
Credit where credit is due.
-rw-r--r-- | AUTHORS.txt | 1 | ||||
-rw-r--r-- | CHANGES.txt | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt index c09586cd..ee09073b 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -20,6 +20,7 @@ Patrick Mezard Noel O'Boyle Detlev Offenbach Catherine Proulx +Adi Roiban Greg Rogers George Song David Stanek diff --git a/CHANGES.txt b/CHANGES.txt index a2a596d3..4604489f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,7 +7,7 @@ Version 3.5 ----------- - A little bit of Jython support: `coverage run` can now measure Jython - execution by adapting when $py.class files are traced. + execution by adapting when $py.class files are traced. Thanks, Adi Roiban. Version 3.4 --- 19 September 2010 |