Skip to content

Commit

Permalink
Add environment variable change to 0.13.0 summary
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Feb 28, 2013
1 parent d2f063c commit daf300f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sphinx/Community/ChangeSummary_0.13.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down

0 comments on commit daf300f

Please sign in to comment.