From 07ac031c24f8133b917a3946349e468182730ad6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 9 Jan 2021 15:14:25 -0500 Subject: [PATCH] Mention PEP 626 in the changelog --- CHANGES.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index ae10409c1..188b804c7 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 `_. + .. _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: