summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-11-01 19:51:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-11-01 19:51:05 -0400
commit5df4c372a0cd83d2f53cdc3477c6bca0329200fd (patch)
treeed63de176b43e1735b0f95549ce080fd59593d5b
parentcbaab12d77982a0339cd1aa5ea41aa7de9e0ce89 (diff)
downloadpython-coveragepy-git-5df4c372a0cd83d2f53cdc3477c6bca0329200fd.tar.gz
More correct
-rw-r--r--CHANGES.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5ed2fd0b..53d7b541 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -18,7 +18,7 @@ Change history for Coverage.py
Unreleased
----------
-- Tentative support for Python 3.8, which has not yet released an alpha. Fixes
+- Partial support for Python 3.8, which has not yet released an alpha. Fixes
`issue 707` and `issue 714`_.
.. _issue 707: https://github.com/nedbat/coveragepy/issues/707