summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-04-20 12:32:06 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-04-20 12:32:06 -0400
commit65215b5107f1aeaff748a69a1b07d3b73619d1f1 (patch)
treecb1a9c7b7611236ed830cd4b6722b4e0e8b287ff
parentfaf2b8802dc8257d43afc5de5fb9606103857e55 (diff)
downloadpython-coveragepy-git-65215b5107f1aeaff748a69a1b07d3b73619d1f1.tar.gz
Update CHANGES
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index cbe4d561..edc9af53 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,6 +9,10 @@ Latest
- Branch coverage couldn't properly handle certain extremely long files. This
is now fixed (`issue 359`_).
+- Branch coverage didn't understand yield statements properly. Mickie Betz
+ persisted in pursuing this despite Ned's pessimism. Fixes `issue 308`_ and
+ `issue 324`_.
+
- HTML reports were truncated at formfeed characters. This is now fixed
(`issue 360`_). It's always fun when the problem is due to a `bug in the
Python standard library <http://bugs.python.org/issue19035>`_.
@@ -18,6 +22,8 @@ Latest
and somehow have no idea that single quotes exist. Fixes `issue 361`_.
Thanks, Jon Chappell.
+.. _issue 308: https://bitbucket.org/ned/coveragepy/issue/308/yield-lambda-branch-coverage
+.. _issue 324: https://bitbucket.org/ned/coveragepy/issue/324/yield-in-loop-confuses-branch-coverage
.. _issue 359: https://bitbucket.org/ned/coveragepy/issue/359/xml-report-chunk-error
.. _issue 360: https://bitbucket.org/ned/coveragepy/issue/360/html-reports-get-confused-by-l-in-the-code
.. _issue 361: https://bitbucket.org/ned/coveragepy/issue/361/use-double-quotes-in-html-output-to