Skip to content

Commit acf0b10

Browse files
committed
docs: performance improvements closed #1339
1 parent 3a86ac8 commit acf0b10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ Unreleased
2323
- Greatly improved performance on PyPy, and other environments that need the
2424
pure Python trace function. Thanks, Carl Friedrich Bolz-Tereick (`pull
2525
1381`_ and `pull 1388`_). Slightly improved performance when using the C
26-
trace function, as most environments do.
26+
trace function, as most environments do. Closes `issue 1339`_.
2727

2828
- The conditions for using tomllib from the standard library have been made
2929
more precise, so that 3.11 alphas will continue to work. Closes `issue
3030
1390`_.
3131

32+
.. _issue 1339: https://github.com/nedbat/coveragepy/issues/1339
3233
.. _pull 1381: https://github.com/nedbat/coveragepy/pull/1381
3334
.. _pull 1388: https://github.com/nedbat/coveragepy/pull/1388
3435
.. _issue 1390: https://github.com/nedbat/coveragepy/issues/1390

0 commit comments

Comments
 (0)