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 | b2d38d94531ffb559e2cf16248bae507ed81b072 (patch) | |
tree | ea5d585163672129a7d94378f7c19227b50545e0 | |
parent | d87971566fc5969ca3f5897a26b10dbbcd21ed1e (diff) | |
download | python-coveragepy-git-b2d38d94531ffb559e2cf16248bae507ed81b072.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 6d0c9a7b..f59e4e77 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.
|