summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2013-10-23 22:19:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2013-10-23 22:19:26 -0400
commit1404665ed8870771c47fb132273275b1f6a5ab7a (patch)
treed815f14d04031d245998df710f4f221871eddf29 /CHANGES.txt
parent0c4301407a04bebe15488640cc26f9cf90f30563 (diff)
downloadpython-coveragepy-git-1404665ed8870771c47fb132273275b1f6a5ab7a.tar.gz
Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ddb0e476..6de95124 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,8 @@ Change history for Coverage.py
- Fixed the mechanism for finding OS-installed static files for the HTML report
so that it will actually find OS-installed static files.
+- Improved the speed of HTML report generation by about 10%.
+
3.7 --- 6 October 2013
----------------------