summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-09-13 09:14:39 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-09-13 09:14:39 -0400
commit38b5b2f6e3b152f4073fee90e5684cf890184660 (patch)
tree3edde069715e1084ca55372452445e87a70287a5 /CHANGES.txt
parent5979544c1cf0115c11555239d1da20add04c34ec (diff)
downloadpython-coveragepy-git-38b5b2f6e3b152f4073fee90e5684cf890184660.tar.gz
Docs updated for the new command-line syntax.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b29c1f03..adc4f09c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,10 @@ Change history for Coverage.py
Next version
------------
+- Coverage.py has a new command line syntax with subcommands. This expands the
+ possibilities for adding features and options in the future. The old syntax
+ is still supported.
+
- Added the --timid option to enable a simpler slower trace function that works
for DecoratorTools (including TurboGears) projects.