diff --git a/CHANGES.rst b/CHANGES.rst index 7c4a2de52..e6fcfe67d 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 ` 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 ` 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