Skip to content

Commit 93e6fa1

Browse files
committed
docs: also mention the improved C tracer performance
1 parent 4b592fe commit 93e6fa1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ development at the same time, such as 4.5.x and 5.0.
2020
Unreleased
2121
----------
2222

23-
- Improved performance on PyPy, and other environments that need the pure
24-
Python trace function. Thanks, `Carl Friedrich Bolz-Tereick
25-
<pull 1381_>`_.
23+
- Greatly improved performance on PyPy, and other environments that need the
24+
pure Python trace function. Thanks, `Carl Friedrich Bolz-Tereick
25+
<pull 1381_>`_. Slightly improved performance when using the C trace
26+
function, as most environments do.
2627

2728
.. _pull 1381: https://github.com/nedbat/coveragepy/pull/1381
2829

0 commit comments

Comments
 (0)