From f95ce970a7870e636105cf6f9193701760d3135f Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 14 Mar 2023 21:03:56 -0400 Subject: docs: #1573 is fixed, thanks Benjamin Parzella --- CHANGES.rst | 6 ++++++ CONTRIBUTORS.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index bb180f88..1e549eea 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,6 +24,12 @@ Unreleased LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to `Ian Moore `_. +- Fix: the ``coverage xml`` command on Windows could create a .xml file with duplicate + ```` elements. This is now fixed, thanks to `Benjamin Parzella `_, closing `issue 1573`_. + +.. _issue 1573: https://github.com/nedbat/coveragepy/issues/1573 +.. _pull 1574: https://github.com/nedbat/coveragepy/pull/1574 .. _pull 1583: https://github.com/nedbat/coveragepy/pull/1583 diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 0d6c7f60..bb69b823 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -25,6 +25,7 @@ Arthur Deygin Arthur Rio Ben Carlsson Ben Finney +Benjamin Parzella Benjamin Schubert Bernát Gábor Bill Hart -- cgit v1.2.1