summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-29 18:05:15 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-29 18:05:15 +0100
commit686bbab91e06f60995e719fedeb6156c30dfbacf (patch)
tree25c02f9a80f9b243c64bdb6acc384bee8247f2fb /NEWS
parent33f218b6cc82c4fc89477127dce1b7c49faffdcd (diff)
downloadcoverage-test-runner-686bbab91e06f60995e719fedeb6156c30dfbacf.tar.gz
Update NEWS file with new features.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cf0cde4..965d0e4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,15 @@
NEWS about CoverageTestRunner
=============================
+Version 1.7, released UNRELEASED
+--------------------------------
+
+* When running "python -m CoverageTestRunner", user may now specify a list
+ of directories to scan for tests, rather than always scanning the current
+ working directory.
+* Pathnames in the file specified with `--ignore-missing-from=FILE` are
+ now normalized, so that the user does not need to specify `./setup.py`
+ and can say `setup.py` instead.
Version 1.6, released 2011-06-03
--------------------------------