Skip to content

Commit 1310604

Browse files
committed
docs: paperwork for #1543
This is about the fix in commit 96af3ea
1 parent 96af3ea commit 1310604

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ development at the same time, such as 4.5.x and 5.0.
2020
Unreleased
2121
----------
2222

23+
- Fix: In some embedded environments, an IndexError could occur on stop() when
24+
the originating thread exits before completion. This is now fixed, thanks to
25+
`Russell Keith-Magee <pull 1543_>`_, closing `issue 1542`_.
26+
2327
- Added a ``py.typed`` file to announce our type-hintedness. Thanks,
2428
`KotlinIsland <pull 1550_>`_.
2529

30+
.. _issue 1542: https://github.com/nedbat/coveragepy/issues/1542
31+
.. _pull 1543: https://github.com/nedbat/coveragepy/pull/1543
2632
.. _pull 1550: https://github.com/nedbat/coveragepy/pull/1550
2733

2834

CONTRIBUTORS.txt

+1
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ Rodrigue Cloutier
139139
Roger Hu
140140
Ross Lawley
141141
Roy Williams
142+
Russell Keith-Magee
142143
Salvatore Zagaria
143144
Sandra Martocchia
144145
Scott Belden

0 commit comments

Comments
 (0)