From f0732a8bd6ac969be16c11cc811123e094b51177 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Sun, 22 Feb 2015 04:23:19 +0000 Subject: [PATCH] Add a note for 1869/1871. --- notes/0.13.8.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/notes/0.13.8.markdown b/notes/0.13.8.markdown index c85da9dd7..f3a67c228 100644 --- a/notes/0.13.8.markdown +++ b/notes/0.13.8.markdown @@ -5,6 +5,7 @@ [@ajozwik]: https://github.com/ajozwik [@dwickern]: https://github.com/dwickern + [@dwijnand]: http://github.com/dwijnand [@Duhemm]: https://github.com/Duhemm [@kretes]: https://github.com/kretes [@indrajitr]: https://github.com/indrajitr @@ -38,6 +39,8 @@ [1787]: https://github.com/sbt/sbt/pull/1787 [1793]: https://github.com/sbt/sbt/pull/1793 [1817]: https://github.com/sbt/sbt/pull/1817 + [1869]: https://github.com/sbt/sbt/issues/1869 + [1871]: https://github.com/sbt/sbt/pull/1871 ### Changes with compatibility implications @@ -71,6 +74,7 @@ - Fixes eviction warning being too noisy. [#1615][1615] by [@eed3si9n][@eed3si9n] - Issues warning if multiple dependencies to a same library is found with different version. [#1634][1634] by [@eed3si9n][@eed3si9n] - Removes "No main class detected" warning. [#1766][1766] by [@eed3si9n][@eed3si9n] +- Disable publishing artificial root by default. [#1871][1871]/[#1869][1869] by [@dwijnand][@dwijnand] ### Rolling back XML parsing workaround