From 0db5d1826d246955b96617a2b7118a40deaf8bb9 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 10 Sep 2024 21:00:38 -0400 Subject: [PATCH] docs: tweak the changelog --- CHANGES.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 5cc623dbe..6c2737466 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -23,10 +23,9 @@ upgrading your version of coverage.py. Unreleased ---------- -- Fewer things are considered branches now: - - - Lambdas, comprehensions, and generator expressions are no longer marked as - missing branches if they don't complete execution. +- Fewer things are considered branches now. Lambdas, comprehensions, and + generator expressions are no longer marked as missing branches if they don't + complete execution. - Fix: the HTML report didn't properly show multi-line f-strings that end with a backslash continuation. This is now fixed, closing `issue 1836`_, thanks