From 9cdf251d60223c38d560b654c6b6abf95604b0ef Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 1 Nov 2018 19:59:37 -0400 Subject: More correct --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8b8f4cf6..426246fe 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -72,7 +72,7 @@ Version 5.0a3 --- 2018-10-06 is not defined, ``${VARNAME?}`` will raise an error, and ``${VARNAME-default value}`` will use "default value". -- 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 -- cgit v1.2.1