summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-20 20:23:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-20 20:23:31 -0400
commit23270c7bf815fb7b4f41ae603f0b84656f89bfb1 (patch)
tree507b3fb07bf8150eb592095120d41a27d9bede32
parent75cd222aa2183a02034abad9381fab75a342deab (diff)
downloadpython-coveragepy-git-23270c7bf815fb7b4f41ae603f0b84656f89bfb1.tar.gz
Credit where credit is due
-rw-r--r--AUTHORS.txt1
-rw-r--r--CHANGES.txt4
2 files changed, 5 insertions, 0 deletions
diff --git a/AUTHORS.txt b/AUTHORS.txt
index 5d40edee..f2862633 100644
--- a/AUTHORS.txt
+++ b/AUTHORS.txt
@@ -5,6 +5,7 @@ Other contributions have been made by:
Marc Abramowitz
Chris Adams
+Danny Allen
Geoff Bache
Julian Berman
Titus Brown
diff --git a/CHANGES.txt b/CHANGES.txt
index 4e657c3a..724fe95b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -14,6 +14,10 @@ Latest
- The ``COVERAGE_OPTIONS`` environment variable is no longer supported. It was
a hack for ``--timid`` before configuration files were available.
+- The HTML report now has filtering. Type text into the Filter box on the
+ index page, and only modules with that text in the name will be shown.
+ Thanks, Danny Allen.
+
- You can now programmatically adjust the configuration of coverage by setting
items on `Coverage.config` after construcion.