summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-08-02 22:37:58 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-08-02 22:37:58 -0400
commitb0631ade5791ebb3a0a0c80a710d1719b944d06d (patch)
treee9ee176912d95e345ce17fce77be8d84ceab4d07
parent7e1354114759ebc62c4f65edfb09921236bdcf37 (diff)
downloadpython-coveragepy-b0631ade5791ebb3a0a0c80a710d1719b944d06d.tar.gz
Fix the CHANGES merge
-rw-r--r--CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0abfb25..802a53f 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,11 +5,12 @@ Change history for Coverage.py
Version 3.5.1
-------------
+- for-else constructs are understood better, and don't cause erroneous partial
+ branch warnings. Fixes `issue 122`_.
+
- 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