diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-08-09 18:19:51 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-08-09 18:19:51 -0400 |
commit | 12bc587f972ba162d1d57c8648992137e8efef5c (patch) | |
tree | 9374c77bcba5107403ae4cc36a20be50555b8d84 | |
parent | 5ab5521c24f923a82dc1600fedbeaa867d9bcda2 (diff) | |
download | python-coveragepy-12bc587f972ba162d1d57c8648992137e8efef5c.tar.gz |
Keep changes up-to-date.
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6803bd9..b29c1f0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,6 +2,12 @@ Change history for Coverage.py
------------------------------
+Next version
+------------
+
+- Added the --timid option to enable a simpler slower trace function that works
+ for DecoratorTools (including TurboGears) projects.
+
Version 3.0.1, 7 July 2009
--------------------------
|