summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-07-25 19:28:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-07-25 19:28:51 -0400
commit169656a3b2b8f4b74c5f45a02c487922c6f321be (patch)
treea982b4c06f90cba644a1c1a32733bf01bbce7d25 /CHANGES.txt
parent5612dabf04499110288df3f589b7b5d6449f489a (diff)
downloadpython-coveragepy-169656a3b2b8f4b74c5f45a02c487922c6f321be.tar.gz
Lots of doc updates, more to come.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2bff794..5d200fc 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -22,8 +22,8 @@ Version 3.4a1
never encountered at all, or if no data is collected.
- The reporting commands (report, annotate, html, and xml) now have an
- ``--include`` switch to restrict reporting to modules beginning with those
- prefixes, similar to the existing ``--omit`` switch. Thanks, Zooko.
+ ``--include`` switch to restrict reporting to modules matching those file
+ patterns, similar to the existing ``--omit`` switch. Thanks, Zooko.
- The run command now supports ``--include`` and ``--omit`` to control what
modules it measures. This can speed execution and reduce the amount of data