From 56d7c790da57ed0807fe37a24ff8ce997cd976f9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 12 Apr 2020 18:08:41 -0400 Subject: Oops, wrong issue number in the changelog --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index ed5154e7..b63ad42b 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -36,7 +36,7 @@ Version 5.1 --- 2020-04-12 Salvatore Zagaria. - On Python 3.8, try-finally-return reported wrong branch coverage with - decorated async functions (`issue 946`_). This is now fixed. Thanks, Kjell + decorated async functions (`issue 964`_). This is now fixed. Thanks, Kjell Braden. - The :meth:`~coverage.Coverage.get_option` and @@ -44,7 +44,7 @@ Version 5.1 --- 2020-04-12 ``[paths]`` configuration setting. Thanks to Bernát Gábor for the fix for `issue 967`_. -.. _issue 946: https://github.com/nedbat/coveragepy/issues/946 +.. _issue 964: https://github.com/nedbat/coveragepy/issues/964 .. _issue 967: https://github.com/nedbat/coveragepy/issues/967 -- cgit v1.2.1