summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 8f5f5df..15b29a1 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,10 @@ Version 0.10, released UNRELEASED
* Yarn now cleans the environment when it runs shell commands for the
implementation steps. The PATH variable is kept from the user's
environment, every other variable is either removed or hardcoded to
- a specific value. Additionally yarn sets the `SRCDIR` environment
- variable to point at the root of the source tree (the directory
- where yarn was invoked from).
+ a specific value. More variables can be added explicitly to the test
+ environment with the new `--env NAME=VALUE` option. Additionally
+ yarn sets the `SRCDIR` environment variable to point at the root of
+ the source tree (the directory where yarn was invoked from).
* A new option, `--timings`, has been added to yarn to report how long
each scenario and each step took.