diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-08 17:43:28 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-08 17:43:28 -0500 |
| commit | ddab465a5d92619450314fc98214198db38168e6 (patch) | |
| tree | 4e9b8b8b5fa09749f85ea9e621e654b8a2b26517 /CHANGES.txt | |
| parent | f22c360d62956a83d347c2a2161bba98d4c2bd4b (diff) | |
| download | python-coveragepy-git-ddab465a5d92619450314fc98214198db38168e6.tar.gz | |
CPython 3.5.0a1 was announced 40 minutes ago. Isn't it time coverage.py supported it?
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 728e7341..00ad1a3f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,8 @@ Latest - Plugin support is now implemented in the C tracer and the Python tracer. +- Added 3.5.0a1 to the list of supported versions. + - 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, |
