diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-20 20:45:52 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-20 20:45:52 -0500 |
commit | 443b97e3c9bf0fcab4c4bd76e4fa018e2742e6c1 (patch) | |
tree | 51d10a671826c2e98f34f9bf2e0d31a4a00c9d7b /CHANGES.txt | |
parent | 0c343a924fe8e53b25940722104ca1ea1f7f50ba (diff) | |
download | python-coveragepy-443b97e3c9bf0fcab4c4bd76e4fa018e2742e6c1.tar.gz |
An official 4.0a3coverage-4.0a3
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 4e801ff..3cfd13b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,8 +3,8 @@ Change history for Coverage.py ------------------------------ -Latest ------- +Version 4.0a3 --- 20 January 2015 +--------------------------------- - Reports now use file names with extensions. Previously, a report would describe a/b/c.py as "a/b/c". Now it is shown as "a/b/c.py". This allows @@ -17,6 +17,7 @@ Latest - A new configuration option for the XML report: ``[xml] package_depth`` controls which directories are identified as packages in the report. Directories deeper than this depth are not reported as packages. + The default is that all directories are reported as packages. Thanks, Lex Berezhny. - When looking for the source for a frame, check if the file exists. On @@ -36,7 +37,7 @@ Latest .. _issue 349: https://bitbucket.org/ned/coveragepy/issue/349/bad-regex-in-config-should-get-an-earlier -Version 4.0a2 --- 14 January 2014 +Version 4.0a2 --- 14 January 2015 --------------------------------- - Officially support PyPy 2.4, and PyPy3 2.4. Drop support for |