summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-01-17 17:16:53 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-01-17 17:16:53 -0500
commit94239ad30e56f8f4bf01dcaf8700cdecca86e7f1 (patch)
tree430d1cd60f4f6d10baf0d326aff45da34264851e
parentdc0e80657257def9203b5e0ca7b6141d3dcd1d57 (diff)
downloadpython-coveragepy-git-94239ad30e56f8f4bf01dcaf8700cdecca86e7f1.tar.gz
Add changelog for #1080 #577
-rw-r--r--CHANGES.rst6
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 31515c2d..12468ea5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -35,14 +35,18 @@ Unreleased
``[report]`` settings if there isn't a value in the ``[html]`` section.
Closes `issue 1090`_.
+- Combining files on Windows across drives how works properly, fixing `issue
+ 577`_. Thanks, `Valentine Lab <pr1080_>`_.
+
- Update to support Python 3.10 alphas in progress, including `PEP 626: Precise
line numbers for debugging and other tools <pep626_>`_.
+.. _issue 577: https://github.com/nedbat/coveragepy/issues/577
.. _issue 732: https://github.com/nedbat/coveragepy/issues/732
.. _issue 922: https://github.com/nedbat/coveragepy/issues/922
.. _issue 1086: https://github.com/nedbat/coveragepy/issues/1086
.. _issue 1090: https://github.com/nedbat/coveragepy/issues/1090
-
+.. _pr1080: https://github.com/nedbat/coveragepy/pull/1080
.. _pep626: https://www.python.org/dev/peps/pep-0626/
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 44b4f557..455c4096 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -136,6 +136,7 @@ Ted Wexler
Thijs Triemstra
Thomas Grainger
Titus Brown
+Valentine Lab
Vince Salvino
Ville Skyttä
Xie Yanbo