summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-01-16 21:25:33 -0500
committerNed Batchelder <ned@nedbatchelder.com>2015-01-16 21:25:33 -0500
commit880a71c0c26a0c22294af1859699db78711d65c0 (patch)
treeacb2ae7d2153a88f35f9902ffda3ef93f34f9589 /CHANGES.txt
parent705b50c32b04176f5a96c19c3870b939f4abf108 (diff)
downloadpython-coveragepy-880a71c0c26a0c22294af1859699db78711d65c0.tar.gz
Provide early error messages for bad regexes in config. #349
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ef7f7ea..edefb09 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -9,7 +9,11 @@ Latest
- Empty files are now reported as 100% covered in the XML report, not 0%
covered, as reported in `issue 345`_.
+- Regexes in the configuration file are now compiled as soon as they are read,
+ to provide error messages earlier. `issue 349`_.
+
.. _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
Version 4.0a2 --- 14 January 2014