diff options
-rw-r--r-- | CHANGES.txt | 10 |
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
---------------------------
|