summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 155d44ea..2b2459d8 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,8 @@ Change history for Coverage.py
Latest
------
+- Python 3.5b2 is supported.
+
- The original module-level function interface to coverage is no longer
supported. You must now create a ``coverage.Coverage`` object, and use
methods on it.