diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-03 07:23:45 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-03 07:23:45 -0400 |
commit | 5e514c2dcb7b11c8839e62f782f9a17a8043beff (patch) | |
tree | 49de0405d31a185a75c2981580648704fbe35c6a | |
parent | d328c46442495e7701d3d895e2ddb1da7fa728d8 (diff) | |
download | python-coveragepy-git-5e514c2dcb7b11c8839e62f782f9a17a8043beff.tar.gz |
Python 3.5b2 is supported.
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 155d44ea..2b2459d8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ Change history for Coverage.py Latest ------ +- Python 3.5b2 is supported. + - The original module-level function interface to coverage is no longer supported. You must now create a ``coverage.Coverage`` object, and use methods on it. |