diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-12 06:10:00 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-02-12 06:10:00 -0500 |
commit | 26ec3086b6f6856392b1747afea2cc693351f13e (patch) | |
tree | 97d46616aa408f7a9c4b0a98a771eb7a847b6ea4 | |
parent | bcfbd8d2fdc724fa3cff945d4d6d19a36a2d0312 (diff) | |
download | python-coveragepy-git-26ec3086b6f6856392b1747afea2cc693351f13e.tar.gz |
CHANGES tweaks
-rw-r--r-- | CHANGES.txt | 4 |
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 |