diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-25 21:28:05 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-01-25 21:28:05 -0500 |
| commit | 21bf8b6fc0f485862225d9cc90753b2d72d8b855 (patch) | |
| tree | 2d6801380f6435f8d764620772e34221e86371a8 /CHANGES.txt | |
| parent | 9cda91b74699517695246f87438ddd2681726f74 (diff) | |
| download | python-coveragepy-git-21bf8b6fc0f485862225d9cc90753b2d72d8b855.tar.gz | |
Prepare for 4.0a4coverage-4.0a4
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 192b3c91..aaf2da7b 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,16 @@ Change history for Coverage.py ------------------------------ +Version 4.0a4 --- 25 January 2015 +--------------------------------- + +- Plugins can now provide sys_info for debugging output. + +- Started plugins documentation. + +- Prepared to move the docs to readthedocs.org. + + Version 4.0a3 --- 20 January 2015 --------------------------------- @@ -45,6 +55,8 @@ Version 4.0a2 --- 14 January 2015 It will probably still work on older versions of PyPy, but I'm not testing against them. +- Plugins! + - The original command line switches (`-x` to run a program, etc) are no longer supported. |
