Skip to content

Commit 5467e1f

Browse files
committed
docs: thanks, LiuYinCarl and Marco Ricci, #1836 #1838
1 parent a77bba7 commit 5467e1f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,16 @@ Unreleased
2828
- Lambdas, comprehensions, and generator expressions are no longer marked as
2929
missing branches if they don't complete execution.
3030

31+
- Fix: the HTML report didn't properly show multi-line f-strings that end with
32+
a backslash continuation. This is now fixed, closing `issue 1836`_, thanks
33+
to `LiuYinCarl and Marco Ricci <pull 1838_>`_.
34+
3135
- Fixed a potential crash in the C tracer, closing `issue 1835`_, thanks to
3236
`Jan Kühle <pull 1843_>`_.
3337

3438
.. _issue 1835: https://github.com/nedbat/coveragepy/issues/1835
39+
.. _issue 1836: https://github.com/nedbat/coveragepy/issues/1836
40+
.. _pull 1838: https://github.com/nedbat/coveragepy/pull/1838
3541
.. _pull 1843: https://github.com/nedbat/coveragepy/pull/1843
3642

3743

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Marc Abramowitz
148148
Marc Gibbons
149149
Marc Legendre
150150
Marcelo Trylesinski
151+
Marco Ricci
151152
Marcus Cobden
152153
Mariatta
153154
Marius Gedminas

0 commit comments

Comments
 (0)