diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-02 22:37:58 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-02 22:37:58 -0400 |
commit | 96df0790839b1852d4d939cbb81724e5b62577c4 (patch) | |
tree | e3bdafb300c7d4673100275957a2aecfe053e43e | |
parent | f00f1fe9ce97215b83c4bf4b93f4549e662c609f (diff) | |
download | python-coveragepy-git-96df0790839b1852d4d939cbb81724e5b62577c4.tar.gz |
Fix the CHANGES merge
-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 |