diff options
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 05e01e81..3492839a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,8 +6,10 @@ Change history for Coverage.py Latest ------ -- Officially support PyPy 2.3 and 2.4, and PyPy3 2.3 and 2.4. Drop support for - CPython 3.2. +- Officially support PyPy 2.4, and PyPy3 2.4. Drop support for + CPython 3.2 and older versions of PyPy. The code won't work on CPython 3.2. + It will probably still work on older versions of PyPy, but I'm not testing + against them. - The original command line switches (`-x` to run a program, etc) are no longer supported. |