summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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