summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-05-27 19:10:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-05-27 19:10:42 -0400
commit8cd9f957daff3d9752a79dbf7c47c2e5c5b6fe34 (patch)
treefd8d698d5e502f9a65f2daf60d85cc0d753bf756 /CHANGES.txt
parenteb030a4d6c3259c9933125cbe92974cd1b2b3856 (diff)
downloadpython-coveragepy-git-8cd9f957daff3d9752a79dbf7c47c2e5c5b6fe34.tar.gz
Remove the module-level singleton functions.
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 1abf564f..155d44ea 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -6,6 +6,10 @@ Change history for Coverage.py
Latest
------
+- 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.
+
- The ``coverage combine`` command now accepts any number of directories as
arguments, and will combine all the data files from those directories. This
means you don't have to copy the files to one directory before combining.