diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-04 14:13:36 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-10-04 14:13:36 -0400 |
commit | 015833869ac4495672495ffa281f888745e53fef (patch) | |
tree | 6355a736cf685df8caad8a332d5a66dd660f6e8a | |
parent | 7ef8fa8c51d9e92f2e0b154b9b0189e36acf699b (diff) | |
download | python-coveragepy-015833869ac4495672495ffa281f888745e53fef.tar.gz |
Consistency
-rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 6c5218d..e9e613a 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,7 +3,7 @@ Change history for Coverage.py ------------------------------ -4.0dev +Latest ------ - The ``COVERAGE_OPTIONS`` environment variable is no longer supported. It was @@ -13,8 +13,8 @@ Change history for Coverage.py Gaynor. -4.0a1 --- 27 September 2014 ---------------------------- +Version 4.0a1 --- 27 September 2014 +----------------------------------- - Python versions supported are now CPython 2.6, 2.7, 3.2, 3.3, and 3.4, and PyPy 2.2. @@ -66,8 +66,8 @@ Change history for Coverage.py .. _issue 305: https://bitbucket.org/ned/coveragepy/issue/305/pendingdeprecationwarning-the-imp-module -3.7.1 --- 13 December 2013 --------------------------- +Version 3.7.1 --- 13 December 2013 +---------------------------------- - Improved the speed of HTML report generation by about 20%. @@ -75,8 +75,8 @@ Change history for Coverage.py so that it will actually find OS-installed static files. -3.7 --- 6 October 2013 ----------------------- +Version 3.7 --- 6 October 2013 +------------------------------ - Added the ``--debug`` switch to ``coverage run``. It accepts a list of options indicating the type of internal activity to log to stderr. |