summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-05-03 07:56:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-05-03 08:17:39 -0400
commite36b42e2db46e892d9347ba0408c99b187ba8cb8 (patch)
tree58fb67d980bfc760f584f211e3af0c58d61d7dbf /CHANGES.rst
parent0ee53f71c4e7145fca1b6d39c5fe60cb1eb3055b (diff)
downloadpython-coveragepy-git-e36b42e2db46e892d9347ba0408c99b187ba8cb8.tar.gz
fix: make data collection operations thread-safe
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 29af7340..3c65e5d8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,6 +26,9 @@ Unreleased
- Dropped support for Python 2.7, PyPy 2, and Python 3.5.
+- Data collection is now thread-safe. There may have been rare instances of
+ exceptions raised in multi-threaded programs.
+
- Plugins (like the `Django coverage plugin`_) were generating "Already
imported a file that will be measured" warnings about Django itself. These
have been fixed, closing `issue 1150`_.