From b78b8f0a60c6f2e30a5a1d723f48532046e19587 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 11 Mar 2017 14:21:02 -0500 Subject: [PATCH] notes --- notes/0.13.14.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notes/0.13.14.markdown b/notes/0.13.14.markdown index 2ecf6ac63..bddaeed3a 100644 --- a/notes/0.13.14.markdown +++ b/notes/0.13.14.markdown @@ -4,9 +4,9 @@ ### Improvements -- Adds preliminary compatibility with JDK 9. [#2951][2951]/[143][143] by [@retronym][@retronym] +- Adds preliminary compatibility with JDK 9. Using this requires 0.13.14+ launcher. [#2951][2951]/[143][143] by [@retronym][@retronym] - Adds "local-preloaded" repository for offline installation. See below. -- Notifies and enables users to stay in sbt's shell on the warm JVM by hitting \[ENTER\] while sbt is running. [#2987][2987]/[#2996][2996] by [@dwijnand][@dwijnand] +- Notifies and enables users to stay in sbt's shell on the warm JVM by hitting `[ENTER]` while sbt is running. [#2987][2987]/[#2996][2996] by [@dwijnand][@dwijnand] - Adds an `Append` instance to support `sourceGenerators += Def.task { ... }`, instead of needing `.taskValue`. [#2943][2943] by [@eed3si9n][@eed3si9n] - XML generated by JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests. [#2198][2198]/[#2854][2854] by [@ashleymercer][@ashleymercer] - When sbt detects that the project is compiled with dotty, it now automatically @@ -18,7 +18,7 @@ ### Bug fixes -- Fixes .triggeredBy/.storeAs/etc not working when using `:=` and `.value` macros. [#1444][1444]/[#2908][2908] by [@dwijnand][dwijnand] +- Fixes .triggeredBy/.storeAs/etc not working when using `:=` and `.value` macros. [#1444][1444]/[#2908][2908] by [@dwijnand][@dwijnand] - Fixes Ctrl-C not working on Windows by bumping up JLine. [#1855][1855] by [@eed3si9n][@eed3si9n] - Fixes regressions in sbt 0.13.11 - 0.13.13 that processed build-level keys incorrectly. [#2851][2851]/[#2460][2460] by [@eed3si9n][@eed3si9n] - Fixes a regression in sbt 0.13.12 that was misfiring Scala version enforcement when configuration does not extend `Compile`. [#2827][2827]/[#2786][2786] by [@eed3si9n][@eed3si9n]