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 | 8904dc7a1b85e44040169ceb84d55a84e75ea2b5 (patch) | |
| tree | 6f03015ae79c207a22af51eab5b666bd03b9ce8b /CHANGES.txt | |
| parent | e0a535dafb305c3343932d041465792af8588d66 (diff) | |
| parent | fa6e6b4ead3a0f50cd4c3642df459827692339da (diff) | |
| download | python-coveragepy-8904dc7a1b85e44040169ceb84d55a84e75ea2b5.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 c043160..dbb9f4e 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
-------------------------
|
