summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-06-07 17:01:17 +1200
committerLars Wirzenius <liw@liw.fi>2010-06-07 17:01:17 +1200
commit1dc93803b623d7b11cfd5a7bbdae55dc13ac1e07 (patch)
tree886d950725a23b9ce0af330b4a2256dfc8404b35 /NEWS
parent1b5788889d5d987aba5eafdd5838c0f4d0658b27 (diff)
downloadcoverage-test-runner-1dc93803b623d7b11cfd5a7bbdae55dc13ac1e07.tar.gz
Release version 1.4.1, with profiling support.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ab4f4aa..8ff12b4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
NEWS about CoverageTestRunner
=============================
+
+Version 1.4.1, released 2010-06-07
+--------------------------------
+
+* Allow use of profiling (via cProfile), by setting
+ COVERAGE_TEST_RUNNER_PROFILE environment variable. This will let you
+ find out why the test suite is slow.
+
+
Version 1.3, released 2009-11-18
--------------------------------