diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-12-07 21:08:44 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-12-07 21:09:39 -0500 |
commit | aeba5e625aad31794b45f243b9853df0edc0fda8 (patch) | |
tree | 14d0b23d84a676cd4366c54e33b2afd28c7038a0 | |
parent | 29e3241b79283148ace02fdfa310a99c837ffbf0 (diff) | |
download | python-coveragepy-git-aeba5e625aad31794b45f243b9853df0edc0fda8.tar.gz |
Mention new wheels
-rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 7c4a2de5..e6fcfe67 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -31,11 +31,13 @@ Unreleased immediate retry seems to fix the problem, although it is an unsatisfying solution. -- The HTML report pages now have a :ref:`Sleepy Snake <sleepy>` favicon. - - The HTML report now saves the sort order in a more widely supported way, fixing `issue 986`_. Thanks, Sebastián RamÃrez (`pull request 1066`_). +- The HTML report pages now have a :ref:`Sleepy Snake <sleepy>` favicon. + +- Wheels are now provided for manylinux2010, and for PyPy3 (pp36 and pp37). + - Continuous integration has moved from Travis and AppVeyor to GitHub Actions. .. _issue 986: https://github.com/nedbat/coveragepy/issues/986 |