From 71978ffffd7cbf881908d57f9a59ae0ea7ad4d2c Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 2 Feb 2015 13:46:08 -0500 Subject: [PATCH] Add a note for #1655/#1754 --- notes/0.13.8.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notes/0.13.8.markdown b/notes/0.13.8.markdown index 1ba37e9be..daa0dcbcf 100644 --- a/notes/0.13.8.markdown +++ b/notes/0.13.8.markdown @@ -23,6 +23,7 @@ [1615]: https://github.com/sbt/sbt/issues/1615 [1616]: https://github.com/sbt/sbt/issues/1616 [1634]: https://github.com/sbt/sbt/pull/1634 + [1655]: https://github.com/sbt/sbt/issues/1655 [1676]: https://github.com/sbt/sbt/issues/1676 [1702]: https://github.com/sbt/sbt/pull/1702 [1714]: https://github.com/sbt/sbt/issues/1714 @@ -31,6 +32,7 @@ [1746]: https://github.com/sbt/sbt/pull/1746 [1748]: https://github.com/sbt/sbt/issues/1748 [1752]: https://github.com/sbt/sbt/pull/1752 + [1754]: https://github.com/sbt/sbt/pull/1754 [1766]: https://github.com/sbt/sbt/pull/1766 [1771]: https://github.com/sbt/sbt/pull/1771 [1787]: https://github.com/sbt/sbt/pull/1787 @@ -60,6 +62,7 @@ - Ignores hidden build files from the build. [#1746][1746] by [@j-keck][@j-keck] - Fixes build.sbt parsing of multiple import. [#1741][1741] by [@ajozwik][@ajozwik] - Fixes ANSI escape code for overwriting lines on Windows. [#1771][1771] by [@dwickern][@dwickern] +- Adds null check in incremental compiler's type tree extraction. [#1754][1754]/[#1655][1655] by [@Duhemm][@Duhemm] - sbt doesn't honor Maven's uniqueVersions (use sbt-maven-resolver to fix). [#1322][1322] by [@jsuereth][@jsuereth] - sbt doesn't see new SNAPSHOT dependency versions in local maven repos (use withLatestSnapshots + sbt-maven-resolver to fix) [#321][321] by [@jsuereth][@jsuereth] - Property in pom's version field results to wrong dependency resolution (use sbt-maven-resolver to fix). [#647][647] by [@jsuereth][@jsuereth]