summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-12-18 09:35:02 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-12-18 09:35:02 -0500
commite669c22c82991012043423f42c37a4e742c85d76 (patch)
tree8df6a93a2c031b7cf79fe31c7ab585dc2b5c5f6f
parentb11cc45af98117dc2be62c31db9fb7c083b3e3c1 (diff)
downloadpython-coveragepy-e669c22c82991012043423f42c37a4e742c85d76.tar.gz
Paperwork for the .pex change
-rw-r--r--CHANGES.rst3
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 4c6ba6d..81b1c99 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -38,6 +38,9 @@ Unreleased
- The text report now properly sizes headers when skipping some files, fixing
`issue 524`_. Thanks, Anthony Sottile and Loïc Dachary.
+- Coverage.py can now search .pex files for source, just as it can .zip and
+ .egg. Thanks, Peter Ebden.
+
- Data files are now about 15% smaller.
- Improvements in the ``[run] debug`` setting:
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 60d43ef..a7e7b85 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -65,6 +65,7 @@ Nathan Land
Noel O'Boyle
Pablo Carballo
Patrick Mezard
+Peter Ebden
Peter Portante
Rodrigue Cloutier
Roger Hu