Skip to content

Commit 60e6cb4

Browse files
committed
docs: changelog for #754 and #1773
1 parent 277c8c4 commit 60e6cb4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ upgrading your version of coverage.py.
2323
Unreleased
2424
----------
2525

26+
- Fix: a pragma comment on the continuation lines of a multi-line statement
27+
now excludes the statement and its body, the same as if the pragma is
28+
on the first line. This closes `issue 754`_. The fixed was contributed by
29+
`Daniel Diniz <pull 1773_>`_.
30+
2631
- HTML report improvements:
2732

2833
- Support files (JavaScript and CSS) referenced by the HTML report now have
@@ -36,8 +41,10 @@ Unreleased
3641
- Column sort order is remembered better as you move between the index pages,
3742
fixing `issue 1766`_. Thanks, `Daniel Diniz <pull 1768_>`_.
3843

44+
.. _issue 754: https://github.com/nedbat/coveragepy/issues/754
3945
.. _issue 1766: https://github.com/nedbat/coveragepy/issues/1766
4046
.. _pull 1768: https://github.com/nedbat/coveragepy/pull/1768
47+
.. _pull 1773: https://github.com/nedbat/coveragepy/pull/1773
4148

4249

4350
.. scriv-start-here

0 commit comments

Comments
 (0)