diff options
-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 |