summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-21 07:55:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-21 07:55:31 -0400
commit6a2b67700cda677062c6c8929a9a928bfbc80831 (patch)
tree092c22704faceb03368344ad1cbd057cda189159
parent19ef69b1cb73c6364af2c536371cd9986f4b4499 (diff)
downloadpython-coveragepy-git-6a2b67700cda677062c6c8929a9a928bfbc80831.tar.gz
Keep CHANGES up to date
-rw-r--r--CHANGES.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2f3d310c..988d9800 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,22 +5,24 @@ CHANGE HISTORY for coverage.py
Version 3.0b2
-------------
-Continued refactoring.
+HTML reporting, and continued refactoring.
-- coverage.annotate_file is no longer available.
+- HTML reports and annotation of source files: use the new -b switch.
- Annotation into a directory (-a -d) behaves differently. The annotated files
are named with their hierarchy flattened so that same-named files from
different directories no longer collide. Also, only files in the current
tree are included.
+- coverage.annotate_file is no longer available.
+
- Programs executed with -x now behave more as they should, for example,
__file__ has the correct value.
-- Removed the undocumented cache_file argument to coverage.usecache().
-
- .coverage data files have a new format.
+- Removed the undocumented cache_file argument to coverage.usecache().
+
Version 3.0b1, 7 March 2009
---------------------------