Merge pull request #1927 from sbt/wip/release-notes

Notes on #1921
This commit is contained in:
eugene yokota 2015-03-20 11:33:32 -04:00
commit ae30f824ad
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@
[1881]: https://github.com/sbt/sbt/issues/1881
[1899]: https://github.com/sbt/sbt/pull/1899
[1902]: https://github.com/sbt/sbt/pull/1902
[1921]: https://github.com/sbt/sbt/issues/1921
### Changes with compatibility implications
@ -135,6 +136,7 @@ This should help erase many of the deficiencies encountered when using Maven and
- sbt-maven-resolver requires sbt 0.13.8 and above.
- The current implementation does not support Ivy-style dynamic revisions, such as "2.10.+" or "latest.snapshot". This
is a fixable situation, but the version range query and Ivy -> Maven version range translation code has not been migrated.
- The current implementation does not support Maven-style range revisions if found on transitive dependencies. [#1921][1921]
[#1793][1793] by [@jsuereth][@jsuereth]