diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -7,9 +7,11 @@ Version 0.10, released UNRELEASED --------------------------------- * Yarn now cleans the environment when it runs shell commands for the - implementation steps. It also sets the `SRCDIR` environment variable - to point at the root of the source tree (the directory where yarn - was invoked from). + 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 new option, `--timings`, has been added to yarn to report how long each scenario and each step took. |