From b393df8acf6c6424867a1c15b14f0c9985adce70 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Thu, 31 Jul 2014 18:24:43 -0400 Subject: [PATCH] Updated notes --- notes/0.13.6.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/notes/0.13.6.md b/notes/0.13.6.md index 5e2c02bf8..8550854ad 100644 --- a/notes/0.13.6.md +++ b/notes/0.13.6.md @@ -31,6 +31,8 @@ [1454]: https://github.com/sbt/sbt/pull/1454 [1456]: https://github.com/sbt/sbt/pull/1456 [1467]: https://github.com/sbt/sbt/pull/1467 + [1476]: https://github.com/sbt/sbt/pull/1476 + [1477]: https://github.com/sbt/sbt/pull/1477 [@dansanduleac]: https://github.com/dansanduleac [@2m]: https://github.com/2m [@pvlugter]: https://github.com/pvlugter @@ -43,6 +45,7 @@ [@vn971]: https://github.com/vn971 [@dpratt]: https://github.com/dpratt [@henrikengstrom]: https://github.com/henrikengstrom + [@puffnfresh]: https://github.com/puffnfresh ### Fixes with compatibility implications @@ -63,7 +66,7 @@ - Selects the first test fingerprint for a test name for forked tests. [#1450][1450] by [@pvlugter][@pvlugter] - Allows default auto plugins to be disabled. [#1451][1451] by [@jsuereth][@jsuereth] - Allows keys defined inside `build.sbt` to be used from sbt shell. [#1059][1059]/[#1456][1456] -- Updates internal Ivy instance to cache the results of dependency exclusion rules. by [@eed3si9n][@eed3si9n] +- Updates internal Ivy instance to cache the results of dependency exclusion rules. [#1476][1476] by [@eed3si9n][@eed3si9n] ### Bug fixes @@ -72,6 +75,7 @@ - Fixes `plugin` command. [#1416][1416]/[#1426][1426] by [@lpiepiora][@lpiepiora] - Adds `scala-jar` to the list of jar artifacts recognized by CustomPomParser. [#1400][1400] by [@dpratt][@dpratt] - Fixes cross versioning to recognize version number with mutiple -tags. [#1433][1433] by [@henrikengstrom][@henrikengstrom] +- Works around "Not a simple type" breaking `-Xfatal-warnings`. [#1477][1477] by [@puffnfresh][@puffnfresh] ### enablePlugins/disablePlugins