Skip to content

Commit

Permalink
Docs: more compatibility notes
Browse files Browse the repository at this point in the history
  • Loading branch information
harrah committed Jul 3, 2013
1 parent ebb6b2c commit f430502
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sphinx/Community/ChangeSummary_0.13.0.rst
Expand Up @@ -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
--------
Expand Down

0 comments on commit f430502

Please sign in to comment.