summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
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