diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-08 17:26:03 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-08 17:26:03 -0500 |
| commit | f22c360d62956a83d347c2a2161bba98d4c2bd4b (patch) | |
| tree | 9c3d7e58c205ddf8075f0596bd47d5f1ba576c7d /CHANGES.txt | |
| parent | 252b90a8c232c6c2691869f0dcd4f9e00c7b1aac (diff) | |
| download | python-coveragepy-git-f22c360d62956a83d347c2a2161bba98d4c2bd4b.tar.gz | |
Plugin support is in C tracer as well as Python tracer
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c683cede..728e7341 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ Change history for Coverage.py Latest ------ +- Plugin support is now implemented in the C tracer and the Python tracer. + - 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 (`issue 117`_). Thanks, |
