diff options
-rw-r--r-- | CHANGES.rst | 3 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 683d50df..28e8b24c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -77,6 +77,9 @@ Unreleased - Fixed an unusual bug involving multiple coding declarations affecting code containing code in multi-line strings: `issue 529`_. +- Coverage.py will no longer be misled into thinking that a plain file is a + package when interpreting ``--source`` options. Thanks, Cosimo Lupo. + - If you try to run a non-Python file with coverage.py, you will now get a more useful error message. `Issue 514`_. diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index db7a9db4..bb1f7bc0 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -25,6 +25,7 @@ Christian Heimes Christine Lytwynec Christoph Zwerschke Conrad Ho +Cosimo Lupo Dan Riti Dan Wandschneider Danek Duvall |