diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-29 11:57:38 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-29 11:57:38 -0400 |
| commit | 82a63bcc44f505b28cd7d17249c88d9f01615e50 (patch) | |
| tree | 1419ceaa9ec9984fe9bcf58341b04de46898240f /CHANGES.txt | |
| parent | 318364cdc098ca929a51f9944506b3ef505b0776 (diff) | |
| parent | 27aceec8f322fa0703c8b1aea550182422a9f4b0 (diff) | |
| download | python-coveragepy-git-82a63bcc44f505b28cd7d17249c88d9f01615e50.tar.gz | |
Merged weekend work
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c0431600..dbb9f4e8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -12,6 +12,13 @@ Version 3.next - The coverage.py code itself will now not be measured by coverage.py, and no
coverage modules will be mentioned in the nose --with-cover plugin.
+- When running source files, coverage.py now opens them in universal newline
+ mode just like Python does. This lets it run Windows files on Mac, for
+ example.
+
+- Fixed a bizarre problem involving pyexpat, whereby lines following XML parser
+ invocations could be overlooked.
+
Version 3.0, 13 June 2009
-------------------------
|
