summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-02-16 20:42:36 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-02-16 20:42:36 -0500
commite0ad5837194a4a8cd1a2ddf392c5b0db6a80e705 (patch)
treef4cf58fa5f9a9de708cadbb2cd513c8e1f4dd08a /CHANGES.txt
parent8011c04d5585e4d3963da0107f8d3bf2a457a458 (diff)
downloadpython-coveragepy-git-coverage-4.0a5.tar.gz
Ship 4.0a5coverage-4.0a5
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 95a70c2d..f96db6e5 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,13 +3,14 @@ Change history for Coverage.py
------------------------------
-Latest
-------
+Version 4.0a5 --- 16 February 2015
+----------------------------------
- Plugin support is now implemented in the C tracer instead of the Python
tracer. This greatly improves the speed of tracing projects using plugins.
-- Added 3.5.0a1 to the list of supported CPython versions.
+- Coverage.py now always adds the current directory to sys.path, so that
+ plugins can import files in the current directory (`issue 358`_).
- If the `config_file` argument to the Coverage constructor is specified as
".coveragerc", it is treated as if it were True. This means setup.cfg is
@@ -27,8 +28,7 @@ Latest
only once, no matter how many times it is called. This fixes problems due
to unusual virtualenv configurations (`issue 340`_).
-- Coverage.py now always adds the current directory to sys.path, so that
- plugins can import files in the current directory (`issue 358`_).
+- Added 3.5.0a1 to the list of supported CPython versions.
.. _issue 117: https://bitbucket.org/ned/coveragepy/issue/117/enable-coverage-measurement-of-code-run-by
.. _issue 340: https://bitbucket.org/ned/coveragepy/issue/340/keyerror-subpy