summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.