summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 9f4ec39e..dbb9f4e8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,7 @@
----------------------------
-Change history for Coverage
----------------------------
+------------------------------
+Change history for Coverage.py
+------------------------------
+
Version 3.next
--------------
@@ -8,6 +9,9 @@ Version 3.next
- Removed the recursion limit in the tracer function. Previously, code that
ran more than 500 frames deep would crash.
+- 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.