Docs: note change in return type of test execution

This commit is contained in:
Mark Harrah 2013-07-08 18:42:00 -04:00
parent ccff43ce8c
commit 9f75019dae
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Features, fixes, changes with compatibility implications (incomplete, please hel
- Jline and Ansi codes work better on Windows now. CI servers might have to explictly disable Ansi codes via ``-Dsbt.log.format=false``.
- Forked tests and runs now use the project's base directory as the current working directory.
- ``compileInputs`` is now defined in ``(Compile,compile)`` instead of just ``Compile``
- The result of running tests is now `Tests.Output <../../api/#sbt.Tests$$Output>`_.
Features
--------