Docs: more compatibility notes

This commit is contained in:
Mark Harrah 2013-07-03 17:15:26 -04:00
parent ebb6b2cf70
commit f4305023a7
1 changed files with 2 additions and 0 deletions

View File

@ -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
--------