summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-26 22:01:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-26 22:01:18 -0500
commit068bbc3a6678ca4e4bb99d6b7178c67f4e258ddb (patch)
tree5b89bea47ad566fc2c5fcb2e932ae0ad811918a9 /CHANGES.txt
parent4dbcf7e66f0f83ce80c1384b7b34984348d9cdf3 (diff)
downloadpython-coveragepy-git-068bbc3a6678ca4e4bb99d6b7178c67f4e258ddb.tar.gz
Give a reasonable warning for a previous assert. Closes #353.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index aaf2da7b..b0004b5c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,15 @@ Change history for Coverage.py
------------------------------
+Latest
+------
+
+- A new warning is possible, if a desired file isn't measure because it was
+ imported before coverage was started (`issue 353`_).
+
+.. _issue 353: https://bitbucket.org/ned/coveragepy/issue/353/40a3-introduces-an-unexpected-third-case
+
+
Version 4.0a4 --- 25 January 2015
---------------------------------