summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-01-09 15:14:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-01-10 08:35:29 -0500
commit3881576211a4798406ce1bbb2c584f05452f03a7 (patch)
tree89fed024d7a9f8fdd1ade3a53addb1e985342727
parent44b62a55ced4584ffaa241682e02e74b6fd26f7d (diff)
downloadpython-coveragepy-git-nedbat/pep626.tar.gz
Mention PEP 626 in the changelognedbat/pep626
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ae10409c..188b804c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -29,10 +29,15 @@ Unreleased
of the output easier. Thanks, Judson Neer. This had been requested a number
of times (`issue 1086`_, `issue 922`_, `issue 732`_).
+- Update to support Python 3.10 alphas in progress, including `PEP 626: Precise
+ line numbers for debugging and other tools <pep626_>`_.
+
.. _issue 1086: https://github.com/nedbat/coveragepy/issues/1086
.. _issue 732: https://github.com/nedbat/coveragepy/issues/732
.. _issue 922: https://github.com/nedbat/coveragepy/issues/922
+.. _pep626: https://www.python.org/dev/peps/pep-0626/
+
.. _changes_531: