Add environment variable change to 0.13.0 summary

This commit is contained in:
Mark Harrah 2013-02-28 17:59:38 -05:00
parent d2f063c3b9
commit daf300f4a9
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ Improvements
- Record defining source position of settings. ``inspect`` shows the definition location of all settings contributing to a defined value.
- Allow the root project to be specified explicitly in ``Build.rootProject``.
- Tasks that need a directory for storing cache information can now use the ``cacheDirectory`` method on ``streams``. This supersedes the ``cacheDirectory`` setting.
- The environment variables used when forking ``run`` and ``test`` may be set via ``envVars``, which is a ``Task[Map[String,String]]``. (gh-665)
Other
-----