summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-28 09:24:33 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-28 09:24:33 -0400
commitff22f3bda01cde32b8dab56997afd02445c1c583 (patch)
treedebdae87c04c35c3966b75b12fbc0b7ab7a8f8c8 /CHANGES.txt
parenta0f2211ea7f0766516ba2a3f3f99c1a3fd1c0e9d (diff)
downloadpython-coveragepy-git-ff22f3bda01cde32b8dab56997afd02445c1c583.tar.gz
Fix a weird PyPy3 problem with a weird PyPy3 fix.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3338be11..9df12fe2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,7 +6,7 @@ Change history for Coverage.py
Latest
------
-- Officially support PyPy 2.3 and 2.4.
+- Officially support PyPy 2.3 and 2.4, and PyPy3 2.3 and 2.4.
- The original command line switches (`-x` to run a program, etc) are no
longer supported.