diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 07:55:18 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-11-01 07:55:18 -0500 |
commit | a18677abf6e2b6c5e9d66355641a602582344c49 (patch) | |
tree | 0b8db23092670053138b12f88e4df87f24c82a80 | |
parent | d0a492c6a920ab8094e92b466c5f4fba0601d7db (diff) | |
download | python-coveragepy-git-a18677abf6e2b6c5e9d66355641a602582344c49.tar.gz |
Clarify the pypy 4.0 support
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index e1019afa..60fb44f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -14,7 +14,8 @@ Version 4.0.2 - Files or directories with non-ASCII characters are now handled properly, fixing `issue 432`_. -- Officially support PyPy 4.0. +- Officially support PyPy 4.0, which required no changes, just updates to the + docs. .. _issue 431: https://bitbucket.org/ned/coveragepy/issues/431/couldnt-parse-python-file-with-cp1252 .. _issue 432: https://bitbucket.org/ned/coveragepy/issues/432/path-with-unicode-characters-various |