summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-02-12 06:10:00 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-02-12 06:10:00 -0500
commitaccf556d46062bf1dfeb00f1b46892c2a4b12e4b (patch)
treeeb84a12e7ee392fdb626ebd125b3abae81592cb4
parent816586071f6fd9822477e8a7c1b2ed9b51ae2263 (diff)
downloadpython-coveragepy-accf556d46062bf1dfeb00f1b46892c2a4b12e4b.tar.gz
CHANGES tweaks
-rw-r--r--CHANGES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7617fa7..1659946 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,9 +7,9 @@ Latest
------
- Plugin support is now implemented in the C tracer instead of the Python
- tracer.
+ tracer. This greatly improves the speed of tracing projects using plugins.
-- Added 3.5.0a1 to the list of supported versions.
+- Added 3.5.0a1 to the list of supported CPython versions.
- 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