diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-03-26 10:36:02 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-03-26 10:36:02 -0400 |
| commit | ed8078678b545fdbaf3e96b8eb76cb1ce1ceae04 (patch) | |
| tree | a9e46e6c96981afb920ce8992f4935d525b578e0 /CHANGES.rst | |
| parent | aaa9f4266c643541f8dfe87a4f50256fbb3d04ba (diff) | |
| download | python-coveragepy-git-ed8078678b545fdbaf3e96b8eb76cb1ce1ceae04.tar.gz | |
Thanks, Kjell Braden
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 5272760a..c5dba71d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,7 +24,11 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`. Unreleased ---------- -Nothing yet. +- On Python 3.8, try-finally-return reported wrong branch coverage with + decorated async functions (`issue 946`_). This is now fixed. Thanks, Kjell + Braden. + +.. _issue 946: https://github.com/nedbat/coveragepy/issues/946 .. _changes_504: |
