From 9f75019dae902b5f90e9ef1910afbcaff049e009 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 8 Jul 2013 18:42:00 -0400 Subject: [PATCH] Docs: note change in return type of test execution --- 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 fa690a4df..89d7a5bdf 100644 --- a/src/sphinx/Community/ChangeSummary_0.13.0.rst +++ b/src/sphinx/Community/ChangeSummary_0.13.0.rst @@ -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 --------