summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-02-28 19:26:57 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-02-29 07:45:00 -0500
commit907f0e8ba91d80c55e0e460fb514b9f4bb03badf (patch)
tree405999ee12ee1a1a748e465d561c80eee081166b /CHANGES.rst
parent1148bf9118f9df3458cae933601a2638e0684218 (diff)
downloadpython-coveragepy-git-907f0e8ba91d80c55e0e460fb514b9f4bb03badf.tar.gz
Use latest wheel to make Windows 3.8 work. #949
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3427c6de..6efe083c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,11 +24,14 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
Unreleased
----------
-- Updated Python 3.9 support to 3.9a3.
+- Updated Python 3.9 support to 3.9a4.
- Fixed a bug with missing negative line numbers on PyPy3 7.1 (`issue 943`_).
+- Windows 3.8 wheels were incorrectly built, but are now fixed. (`issue 949`_)
+
.. _issue 943: https://github.com/nedbat/coveragepy/issues/943
+.. _issue 949: https://github.com/nedbat/coveragepy/issues/949
.. _changes_503: