summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-10-13 09:46:32 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-10-13 09:46:32 -0400
commit8ed0b777d297f7266642e514bea26709c6f0ad03 (patch)
treeb4b8ffd22ecc523be342b0fcd68722bbd1078ab7
parenteb75f20cf328f2134392fef95a905750690da026 (diff)
downloadpython-coveragepy-git-8ed0b777d297f7266642e514bea26709c6f0ad03.tar.gz
Credit where credit is due.
-rw-r--r--AUTHORS.txt1
-rw-r--r--CHANGES.txt2
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