From 60e6cb4267c1f25690e37198e1e55130ae94b4e1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 2 May 2024 17:49:31 -0400 Subject: [PATCH] docs: changelog for #754 and #1773 --- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index d49c6a29b..485804043 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,6 +23,11 @@ upgrading your version of coverage.py. Unreleased ---------- +- Fix: a pragma comment on the continuation lines of a multi-line statement + now excludes the statement and its body, the same as if the pragma is + on the first line. This closes `issue 754`_. The fixed was contributed by + `Daniel Diniz `_. + - HTML report improvements: - Support files (JavaScript and CSS) referenced by the HTML report now have @@ -36,8 +41,10 @@ Unreleased - Column sort order is remembered better as you move between the index pages, fixing `issue 1766`_. Thanks, `Daniel Diniz `_. +.. _issue 754: https://github.com/nedbat/coveragepy/issues/754 .. _issue 1766: https://github.com/nedbat/coveragepy/issues/1766 .. _pull 1768: https://github.com/nedbat/coveragepy/pull/1768 +.. _pull 1773: https://github.com/nedbat/coveragepy/pull/1773 .. scriv-start-here