From b802196f77f0068134b20f47860c91172a8224c9 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Thu, 10 Apr 2014 13:34:58 -0400 Subject: [PATCH] Add some of the latest 0.13.5 changes to the doc. --- src/sphinx/Community/Changes.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/sphinx/Community/Changes.rst b/src/sphinx/Community/Changes.rst index 1c63180e5..4b038de3b 100644 --- a/src/sphinx/Community/Changes.rst +++ b/src/sphinx/Community/Changes.rst @@ -8,6 +8,12 @@ Changes - Added a new setting ``testResultLogger`` to allow customisation of logging of test results. (gh-1225) - When ``test`` is run and there are no tests available, omit logging output. Especially useful for aggregate modules. ``test-only`` et al unaffected. (gh-1185) +- sbt now uses minor-patch version of ivy 2.4 (org.scala-sbt.ivy:ivy:2.4.0-sbt-) +- ``sbt.Plugin`` deprecated in favor of ``sbt.AutoPlugin`` +- name-hashing incremental compiler now supports scala macros. +- ``testResultLogger`` is now configured. +- sbt-server hooks for task cancellation. + 0.13.1 to 0.13.2 ~~~~~~~~~~~~~~~~