summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-30 21:07:25 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-30 21:07:25 -0500
commit6c631d76f22c50220bba51ec3191260d7e74b11f (patch)
tree13d62e18be0149d11b6f772172b712a5a827ecb3 /CHANGES.txt
parentcab3262dd815c454e8db967f97afce8a4b071d4c (diff)
downloadpython-coveragepy-git-6c631d76f22c50220bba51ec3191260d7e74b11f.tar.gz
Wildly experimental multiprocessing support. Covers most of #117.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index b0004b5c..013820c5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,9 +6,15 @@ Change history for Coverage.py
Latest
------
-- A new warning is possible, if a desired file isn't measure because it was
+- Wildly experimental: support for measuring processes started by the
+ multiprocessing module. To use, set ``--concurrency=multiprocessing``,
+ either on the command line or in the .coveragerc file. Thanks, Eduardo
+ Schettino. (`issue 117`_).
+
+- A new warning is possible, if a desired file isn't measured because it was
imported before coverage was started (`issue 353`_).
+.. _issue 117: https://bitbucket.org/ned/coveragepy/issue/117/enable-coverage-measurement-of-code-run-by
.. _issue 353: https://bitbucket.org/ned/coveragepy/issue/353/40a3-introduces-an-unexpected-third-case