From 65ac395211a21685e3b324c28cee434f3591cec1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 11 Oct 2024 06:23:19 -0400 Subject: [PATCH] docs: fix a link in the changes --- CHANGES.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2cd75262a..594379095 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -50,13 +50,13 @@ Version 7.6.2 — 2024-10-09 a backslash continuation. This is now fixed, closing `issue 1836`_, thanks to `LiuYinCarl and Marco Ricci `_. -- Fix: the LCOV report now has correct line numbers (fixing `issue 1846`_`) and +- Fix: the LCOV report now has correct line numbers (fixing `issue 1846`_) and better branch descriptions for BRDA records (fixing `issue 1850`_). There are other changes to lcov also, including a new configuration option :ref:`line_checksums ` to control whether line checksums are included in the lcov report. The default is false. To keep checksums set it to true. All this work is thanks to Zack Weinberg - (`pull 1849_` and `pull 1851`_). + (`pull 1849`_ and `pull 1851`_). - Fixed the docs for multi-line regex exclusions, closing `issue 1863`_.