summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-08-02 22:37:21 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-08-02 22:37:21 -0400
commit7e1354114759ebc62c4f65edfb09921236bdcf37 (patch)
treeda55d51669fdeaf4d61ae90c7d5f274cfaa9c7e1 /CHANGES.txt
parent50e5019985f973291aeae64a9b8392ba37a9ff8b (diff)
parent0f1b0d30e306ad35b1e29912e0613e9bf2618c47 (diff)
downloadpython-coveragepy-7e1354114759ebc62c4f65edfb09921236bdcf37.tar.gz
Automated merge with ssh://bitbucket.org/ned/coveragepy
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 e41bfc1..0abfb25 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,10 @@ Version 3.5.1
- The number of partial branches reported on the HTML summary page was
different than the number reported on the individual file pages. This is
now fixed.
+- for-else constructs are understood better, and don't cause erroneous partial
+ branch warnings. Fixes `issue 122`_.
+
+.. _issue 122: http://bitbucket.org/ned/coveragepy/issue/122/for-else-always-reports-missing-branch
Version 3.5 --- 29 June 2011