diff options
-rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 0abfb256..802a53f4 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 |