diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-05 11:54:59 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-05 11:54:59 -0400 |
commit | 2910beb41d9e9e52e6a56676d1d5a03d37029fcd (patch) | |
tree | c04908b377479a6e5fdb45bcc5fed9439ef7d525 | |
parent | 694816ca8df338325a1e28f5d4564324ccb31a7a (diff) | |
download | python-coveragepy-git-2910beb41d9e9e52e6a56676d1d5a03d37029fcd.tar.gz |
Keep the CHANGES list up to date
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 073e1886..e414e906 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,9 +9,12 @@ Continued refactoring. - coverage.annotate_file is no longer available.
+- Programs executed with -x now behave more as they should, for example,
+ __file__ has the correct value.
-Version 3.0b1
--------------
+
+Version 3.0b1, 7 March 2009
+---------------------------
Major overhaul.
|