diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-27 17:39:19 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-06-27 17:39:19 -0400 |
| commit | 3d07af1b6936df6d64999076709a51911a6ddc7f (patch) | |
| tree | 01e801a7610649055b1fdc549d90f6bf45e7ce36 /CHANGES.txt | |
| parent | 356f8d7701685af9a88a9ce4c605d61af1eb5c77 (diff) | |
| download | python-coveragepy-3d07af1b6936df6d64999076709a51911a6ddc7f.tar.gz | |
Ch-ch-ch-ch-changes
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ca3658f..488ab3d 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -8,6 +8,10 @@ Version 3.next - Removed the recursion limit in the tracer function. Previously, code that
ran more than 500 frames deep would crash.
+- 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.
+
Version 3.0, 13 June 2009
-------------------------
|
