summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-10-01 07:47:05 -0400
committerNed Batchelder <ned@nedbatchelder.com>2014-10-01 07:47:05 -0400
commit344cafdfccfaa456b1c9915ae507b30c88e67c80 (patch)
treeda88790cc86a97bf140f1eb83255af5d4a47c73f /CHANGES.txt
parent1d7da3270eeac7eae00d63fddcb02c5e2710aa67 (diff)
downloadpython-coveragepy-git-344cafdfccfaa456b1c9915ae507b30c88e67c80.tar.gz
Add comment and cleanups to Alex's PyPy change.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
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
---------------------------