diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-22 22:01:00 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-22 22:01:00 -0400 |
commit | 7fac652c4b7dbdd11a779ff9ebf132b5c8c1f66f (patch) | |
tree | ac32e41271da600b08b73abd00aff60320712841 | |
parent | 80bfca466340fce804dd238bdfcad1ef633b42e3 (diff) | |
download | python-coveragepy-7fac652c4b7dbdd11a779ff9ebf132b5c8c1f66f.tar.gz |
Forgot to update the CHANGES file for Py3k
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6d0c9a7..f59e4e7 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -5,6 +5,8 @@ Change history for Coverage.py Version 3.1, unreleased
-----------------------
+- Python 3.1 is now supported.
+
- Coverage.py has a new command line syntax with subcommands. This expands the
possibilities for adding features and options in the future. The old syntax
is still supported.
|