summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-03-28 06:38:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-03-28 06:38:02 -0400
commit15492b8a68dbe91a5a6529524f9a09c19e363216 (patch)
tree07c9f3f4644bb7c75ab469e0680c2cef4ede4ffc /CHANGES.rst
parentc2636f945f5c46597f71479ac8eae3a141110cf5 (diff)
downloadpython-coveragepy-git-15492b8a68dbe91a5a6529524f9a09c19e363216.tar.gz
Clean up of the new plugin method. Thanks, Emil Madsen
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6fca636a..1f68bd71 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -16,6 +16,9 @@ Unreleased
also continue measurement. Both `issue 79`_ and `issue 448`_ described this
problem, and have been fixed.
+- Plugins can now find unexecuted files if they choose, by implementing the
+ `find_executable_files` method. Thanks, Emil Madsen.
+
- Minimal IronPython support. You should be able to run IronPython programs
under ``coverage run``, though you will still have to do the reporting phase
with CPython.