summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt6
-rw-r--r--TODO.txt2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ddb0e47..4b5d996 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,12 @@
Change history for Coverage.py
------------------------------
+4.0
+---
+
+- Python versions supported are now 2.6, 2.7, 3.2, 3.3.
+
+
3.7.1
-----
diff --git a/TODO.txt b/TODO.txt
index 0285b4f..981c19c 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -20,7 +20,7 @@ Key:
- .startswith((,))
-- Remove code only run on <2.6
++ Remove code only run on <2.6
- Change data file to json
- Create data api
- New ast-based branch coverage?