diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-12 21:37:33 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-12 21:37:33 -0500 |
commit | d2d42a49f4ff6a86fa93726bd52e5a524f9446bc (patch) | |
tree | f693e35bc1fcc856f77de0cb295969340785ecc2 /doc/changes.rst | |
parent | 9a0498afdfed21ff545405c38a80d7f9c01d3cb0 (diff) | |
download | python-coveragepy-git-d2d42a49f4ff6a86fa93726bd52e5a524f9446bc.tar.gz |
Update version numbers to 3.7.1
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index f87bb918..3ddf8896 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -26,6 +26,7 @@ Major change history for coverage.py :history: 20121223T180600, updated for 3.6b2. :history: 20130105T173500, updated for 3.6 :history: 20131005T205700, updated for 3.7 +:history: 20131212T213100, updated for 3.7.1 These are the major changes for coverage.py. For a more complete change @@ -34,6 +35,17 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt +.. _changes_371: + +Version 3.7.1 --- 13 December 2013 +---------------------------------- + +- Improved the speed of HTML report generation by about 20%. + +- Fixed the mechanism for finding OS-installed static files for the HTML report + so that it will actually find OS-installed static files. + + .. _changes_37: Version 3.7 --- 6 October 2013 |