summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 627b10dc..0023f31b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,9 +20,15 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
+- Fix: In some embedded environments, an IndexError could occur on stop() when
+ the originating thread exits before completion. This is now fixed, thanks to
+ `Russell Keith-Magee <pull 1543_>`_, closing `issue 1542`_.
+
- Added a ``py.typed`` file to announce our type-hintedness. Thanks,
`KotlinIsland <pull 1550_>`_.
+.. _issue 1542: https://github.com/nedbat/coveragepy/issues/1542
+.. _pull 1543: https://github.com/nedbat/coveragepy/pull/1543
.. _pull 1550: https://github.com/nedbat/coveragepy/pull/1550
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 012963d1..e06acd07 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -139,6 +139,7 @@ Rodrigue Cloutier
Roger Hu
Ross Lawley
Roy Williams
+Russell Keith-Magee
Salvatore Zagaria
Sandra Martocchia
Scott Belden