summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4b8bb58..555c610 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,11 @@ For yarn:
to include the names of those scenarios only, rather than all
scenarios. Patch by Pete Fotheringham.
+* Yarn now sets `$HOME` to a directory in `$DATADIR`, and creates
+ that directory. This means test suites can assume `$HOME` exists,
+ but don't use the user's real home directory, which is important for
+ test environment hygiene.
+
For cmdtest:
* The `--test` (`-t`) option should now work again. Thank you