From f4305023a720a080ae3b9e3a2a181729a352f8f1 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Wed, 3 Jul 2013 17:15:26 -0400 Subject: [PATCH] Docs: more compatibility notes --- src/sphinx/Community/ChangeSummary_0.13.0.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sphinx/Community/ChangeSummary_0.13.0.rst b/src/sphinx/Community/ChangeSummary_0.13.0.rst index 216dfb2f3..fa690a4df 100644 --- a/src/sphinx/Community/ChangeSummary_0.13.0.rst +++ b/src/sphinx/Community/ChangeSummary_0.13.0.rst @@ -21,6 +21,8 @@ Features, fixes, changes with compatibility implications (incomplete, please hel - sbt no longer overrides the Scala version in dependencies. This allows independent configurations to depend on different Scala versions and treats Scala dependencies other than scala-library as normal dependencies. However, it can result in resolved versions other than ``scalaVersion`` for those other Scala libraries. - JLine is now configured differently for Cygwin. See :doc:`/Getting-Started/Setup`. - 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`` Features --------