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
commite036d40450fd3a30a71a81f63054597bbfd0f168 (patch)
tree5200dddc8d16220596d9533189fba0d7ae926ca1 /CHANGES.txt
parent92f474688ae08d243c7e0b2dd346d50c2611cb5f (diff)
downloadpython-coveragepy-e036d40450fd3a30a71a81f63054597bbfd0f168.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 95a70c2..f96db6e 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