mirror of https://github.com/sbt/sbt.git
Modify changes with latest RC changes.
This commit is contained in:
parent
664d83ed0f
commit
015ccf2fae
|
|
@ -2,10 +2,6 @@
|
|||
Changes
|
||||
=======
|
||||
|
||||
0.13.5-RC1 to 0.13.5-RC2
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
- Fixes auto plugins not detecting ``object autoImport``. (gh-1314)
|
||||
|
||||
0.13.2 to 0.13.5
|
||||
~~~~~~~~~~~~~~~~
|
||||
- The Scala version for sbt and sbt plugins is now 2.10.4. This is a compatible version bump.
|
||||
|
|
@ -18,6 +14,8 @@ Changes
|
|||
- ``testResultLogger`` is now configured.
|
||||
- sbt-server hooks for task cancellation.
|
||||
- Add ``JUnitXmlReportPlugin`` which generates junit-xml-reports for all tests.
|
||||
- Fixes auto plugins not detecting ``object autoImport``. (gh-1314)
|
||||
- Optionally enable forced garbage collection after tasks (``-Dsbt.task.forcegc=true``).
|
||||
|
||||
|
||||
0.13.1 to 0.13.2
|
||||
|
|
|
|||
Loading…
Reference in New Issue