Add a note for #1655/#1754

This commit is contained in:
Eugene Yokota 2015-02-02 13:46:08 -05:00
parent 3e48db9d1b
commit 71978ffffd
1 changed files with 3 additions and 0 deletions

View File

@ -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]