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 | 588f98bc94eda5e57b046a5dd1d8477270c58db6 (patch) | |
tree | e52f21cacd76ffbc97605e7d1807fe26cee45ab4 | |
parent | 5e0b585556cb45e8c4b778ec44bbfd0869e54754 (diff) | |
download | python-coveragepy-588f98bc94eda5e57b046a5dd1d8477270c58db6.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 073e188..e414e90 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.
|