diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-30 07:16:54 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-30 07:16:54 -0400 |
| commit | 76ee7c3c78dd9ba8a0f4401b0501af3a2b4506a3 (patch) | |
| tree | ce341ae20d2da1e61137bbee711716824ecce64c /CHANGES.txt | |
| parent | 025d1a446612ac15d44c9b400d502a6483b7ac66 (diff) | |
| download | python-coveragepy-76ee7c3c78dd9ba8a0f4401b0501af3a2b4506a3.tar.gz | |
The name of the project is Coverage, not coverage.py.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index b1634ca..9d65e6f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,9 +1,9 @@ -------------------------------
-CHANGE HISTORY for coverage.py
-------------------------------
+---------------------------
+Change history for Coverage
+---------------------------
-Version 3.0b2
--------------
+Version 3.0b2, 30 April 2009
+----------------------------
HTML reporting, and continued refactoring.
@@ -33,9 +33,8 @@ Version 3.0b1, 7 March 2009 Major overhaul.
-- Coverage.py is now a package rather than a module, so the name is a bit of a
- misnomer, since there is no longer a file named coverage.py. Functionality
- has been split into classes.
+- Coverage is now a package rather than a module. Functionality has been split
+ into classes.
- The trace function is implemented in C for speed. Coverage runs are now
much faster.
@@ -48,7 +47,7 @@ Major overhaul. - The singleton coverage object is only created if the module-level functions
are used. This maintains the old interface while allowing better
- programmatic use of coverage.py.
+ programmatic use of Coverage.
- The minimum supported Python version is 2.3.
|
