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
commit26ec3086b6f6856392b1747afea2cc693351f13e (patch)
tree97d46616aa408f7a9c4b0a98a771eb7a847b6ea4
parentbcfbd8d2fdc724fa3cff945d4d6d19a36a2d0312 (diff)
downloadpython-coveragepy-git-26ec3086b6f6856392b1747afea2cc693351f13e.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 7617fa71..16599464 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