From daf300f4a9227d239da413841bc0a518e055e07a Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 28 Feb 2013 17:59:38 -0500 Subject: [PATCH] Add environment variable change to 0.13.0 summary --- src/sphinx/Community/ChangeSummary_0.13.0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sphinx/Community/ChangeSummary_0.13.0.rst b/src/sphinx/Community/ChangeSummary_0.13.0.rst index 1eac0036f..427dda811 100644 --- a/src/sphinx/Community/ChangeSummary_0.13.0.rst +++ b/src/sphinx/Community/ChangeSummary_0.13.0.rst @@ -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 -----