diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2010-05-21 09:32:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-05-21 09:32:00 -0400 |
commit | f1e64b2638a773446f11f48112c884553bd00d46 (patch) | |
tree | 4babb0149fcc16013ddc6741ab9715cad405c546 | |
parent | 375007cb1b1b557d8fcab6b639e3438b15450aff (diff) | |
download | python-coveragepy-f1e64b2638a773446f11f48112c884553bd00d46.tar.gz |
Cleaner
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index dbe5785..d5bdce7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,7 +9,7 @@ Next version - The reporting commands (report, annotate, html, and xml) now have a --include switch to restrict reporting to modules beginning with those prefixes, 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 during reporting. Thanks Zooko. |