diff options
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 2b2459d8..f28bab23 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,7 +6,7 @@ Change history for Coverage.py Latest ------ -- Python 3.5b2 is supported. +- Python 3.5b2 and PyPy 2.6.0 are supported. - The original module-level function interface to coverage is no longer supported. You must now create a ``coverage.Coverage`` object, and use |