summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-18 20:07:31 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-18 20:07:31 +0300
commit01ecf2bfb1ffb72159a46f049170ac2ca98deb2b (patch)
tree04103b9533c05ed72b643269404f1079d89e3b98 /NEWS
parent236c8a541f02e2a7594f0c18503550228f28af29 (diff)
downloadcmdtest-01ecf2bfb1ffb72159a46f049170ac2ca98deb2b.tar.gz
Add SRCDIR to PYTHONPATH if shell is Python
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ca4c92a..878ebf9 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ Version 0.22+git, not yet released
* Yarn now has the `--stop-on-first-fail` setting, which makes it stop
if a scenario step fails, and not continue with the next scenario.
+* Yarn now adds SRCDIR to PYTHONPATH, if `--shell=python` is used.
+
Version 0.22, released 2016-02-04
---------------------------------