summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-09 17:42:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-09 19:00:40 -0500
commit880a64afd24aae34eff2781f568d8ac9807d2ecc (patch)
tree802cf3368d4d7a1b27ee6b5d614c367ac691e320 /CHANGES.rst
parent8fef6f057c377879720c4c9d994e9651362a49b9 (diff)
downloadpython-coveragepy-git-880a64afd24aae34eff2781f568d8ac9807d2ecc.tar.gz
fix: isolate user code from coverage.py internal code flags. #1524
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 91937952..765695f8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,7 +20,11 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
-Nothing yet.
+- Fix: On Python 3.7, a file with type annotations but no ``from __future__
+ import annotations`` would be missing statements in the coverage report. This
+ is now fixed, closing `issue 1524`_.
+
+.. _issue 1524: https://github.com/nedbat/coveragepy/issues/1524
.. _changes_7-0-4: