From 72534257ff5004921e31aa6fd521710a2de7fed1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 18 Jan 2015 20:32:08 -0500 Subject: Issue #290 was fixed with the filename cleanup today. --- CHANGES.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0f0e9ab..f41d208 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,7 +11,8 @@ Latest for better support of non-Python files. - When looking for the source for a frame, check if the file exists. On - Windows, .pyw files are no longer recorded as .py files. + Windows, .pyw files are no longer recorded as .py files. Along the way, this + fixed `issue 290`_. - Empty files are now reported as 100% covered in the XML report, not 0% covered (`issue 345`_). @@ -19,6 +20,7 @@ Latest - Regexes in the configuration file are now compiled as soon as they are read, to provide error messages earlier (`issue 349`_). +.. _issue 290: https://bitbucket.org/ned/coveragepy/issue/290/running-programmatically-with-pyw-files .. _issue 345: https://bitbucket.org/ned/coveragepy/issue/345/xml-reports-line-rate-0-for-empty-files .. _issue 349: https://bitbucket.org/ned/coveragepy/issue/349/bad-regex-in-config-should-get-an-earlier -- cgit v1.2.1