summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ca3658ff..e92803b2 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,8 @@ Version 3.next
- Removed the recursion limit in the tracer function. Previously, code that
ran more than 500 frames deep would crash.
+- The coverage code itself will now not be measured by coverage.py
+
Version 3.0, 13 June 2009
-------------------------