mirror of https://github.com/sbt/sbt.git
Updated notes
This commit is contained in:
parent
775b21eef2
commit
b393df8acf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue