summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-27 17:39:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-27 17:39:19 -0400
commit3d07af1b6936df6d64999076709a51911a6ddc7f (patch)
tree01e801a7610649055b1fdc549d90f6bf45e7ce36 /CHANGES.txt
parent356f8d7701685af9a88a9ce4c605d61af1eb5c77 (diff)
downloadpython-coveragepy-3d07af1b6936df6d64999076709a51911a6ddc7f.tar.gz
Ch-ch-ch-ch-changes
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
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
-------------------------