diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-27 10:41:40 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-27 10:41:40 -0400 |
| commit | a5d6e9da81cc80694ec9e0cf4f9c8c10693eacf8 (patch) | |
| tree | 86ea3cab0d2509c110660cebab2bfc4ab28ceab2 /CHANGES.txt | |
| parent | c6ed90a7f22268b964aceec0d5013e64475720c7 (diff) | |
| download | python-coveragepy-git-a5d6e9da81cc80694ec9e0cf4f9c8c10693eacf8.tar.gz | |
Updated CHANGES for the 3.1b1 release.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d9e50f1f..acb1e87e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -2,8 +2,8 @@ Change history for Coverage.py
------------------------------
-Version 3.1, unreleased
------------------------
+Version 3.1b1, 27 September 2009
+--------------------------------
- Python 3.1 is now supported.
@@ -26,7 +26,7 @@ Version 3.1, unreleased - Programs that change directory will still write .coverage files in the
directory where execution started. Fixed `issue 24`_.
-- Added a "coverage info" command for getting diagnostic information about the
+- Added a "coverage debug" command for getting diagnostic information about the
coverage.py installation.
.. _issue 11: http://bitbucket.org/ned/coveragepy/issue/11
|
