From fba9b9e39264661b6c145ffebcff36a1a96c1598 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 22 Jun 2024 17:02:30 -0400 Subject: [PATCH] docs: link issue 1799 from the changelog --- CHANGES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8b06f9777..7037d3d9f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -34,7 +34,9 @@ Unreleased names or guard clauses. - Started testing on 3.13 free-threading (nogil) builds of Python. I'm not - claiming full support yet. + claiming full support yet. Closes `issue 1799`_. + +.. _issue 1799: https://github.com/nedbat/coveragepy/issues/1799 .. scriv-start-here