diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-01 07:47:05 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-01 07:47:05 -0400 |
| commit | 344cafdfccfaa456b1c9915ae507b30c88e67c80 (patch) | |
| tree | da88790cc86a97bf140f1eb83255af5d4a47c73f /CHANGES.txt | |
| parent | 1d7da3270eeac7eae00d63fddcb02c5e2710aa67 (diff) | |
| download | python-coveragepy-git-344cafdfccfaa456b1c9915ae507b30c88e67c80.tar.gz | |
Add comment and cleanups to Alex's PyPy change.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 2dfce50f..3c2b7962 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,9 @@ Change history for Coverage.py - The ``COVERAGE_OPTIONS`` environment variable is no longer supported. It was a hack for ``--timid`` before configuration files were available. +- Made some PyPy-specific tweaks to improve speed under PyPy. Thanks, Alex + Gaynor. + 4.0a1 --- 27 September 2014 --------------------------- |
