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 | 492f86fd65fc7d347c14ca9d0090464454d0b253 (patch) | |
tree | 9252e48700f20e40b4c29858a8174416f60bc721 | |
parent | cba5899f0bad8a49b17750df58ddd532975c1062 (diff) | |
download | python-coveragepy-git-492f86fd65fc7d347c14ca9d0090464454d0b253.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 6803bd9e..b29c1f03 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
--------------------------
|