summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-05-07 15:48:27 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-05-07 15:48:27 -0400
commit2550097155e68d0cc2cd8ceb127d0a7e101dd940 (patch)
treeb239ffd200e08e4a0f1bcaa88dabd8dca86932bc
parent4ddf8834a5928c0b0cd895ce6c2e5207dc0dd3c0 (diff)
downloadpython-coveragepy-git-2550097155e68d0cc2cd8ceb127d0a7e101dd940.tar.gz
Mark a few more bugs as fixed
-rw-r--r--CHANGES.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index bd156764..4bf2134b 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -19,7 +19,8 @@ Unreleased
- During branch coverage of single-line callables like lambdas and generator
expressions, coverage.py can now distinguish between them never being called,
- or being called but not completed. Fixes `issue 475`_.
+ or being called but not completed. Fixes `issue 90`_, `issue 460`_ and
+ `issue 475`_.
- The HTML report now has a map of the file along the rightmost edge of the
page, giving an overview of where the missed lines are. Thanks, Dmitry
@@ -41,7 +42,9 @@ Unreleased
- Officially support PyPy 5.1, which required no changes, just updates to the
docs.
+.. _issue 90: https://bitbucket.org/ned/coveragepy/issues/90/lambda-expression-confuses-branch
.. _issue 440: https://bitbucket.org/ned/coveragepy/issues/440/yielded-twisted-failure-marked-as-missed
+.. _issue 460: https://bitbucket.org/ned/coveragepy/issues/460/confusing-html-report-for-certain-partial
.. _issue 469: https://bitbucket.org/ned/coveragepy/issues/469/strange-1-line-number-in-branch-coverage
.. _issue 472: https://bitbucket.org/ned/coveragepy/issues/472/html-report-indents-incorrectly-for-one
.. _issue 475: https://bitbucket.org/ned/coveragepy/issues/475/generator-expression-is-marked-as-not