summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-03-14 21:03:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-03-14 21:03:56 -0400
commitf95ce970a7870e636105cf6f9193701760d3135f (patch)
tree2011a8efcb2d5de74b123f94a89047d6a98d5909
parent45d76fa644b9f2e082de1721a55f91eacdcdc520 (diff)
downloadpython-coveragepy-git-f95ce970a7870e636105cf6f9193701760d3135f.tar.gz
docs: #1573 is fixed, thanks Benjamin Parzella
-rw-r--r--CHANGES.rst6
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 7 insertions, 0 deletions
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 <pull 1583_>`_.
+- Fix: the ``coverage xml`` command on Windows could create a .xml file with duplicate
+ ``<package>`` elements. This is now fixed, thanks to `Benjamin Parzella <pull
+ 1574_>`_, 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