mirror of https://github.com/sbt/sbt.git
Merge pull request #2952 from dwijnand/notes
Touch up and add missing notes for 0.13.14
This commit is contained in:
commit
18f0e56e9d
|
|
@ -1,6 +1,6 @@
|
|||
### Bug fixes
|
||||
|
||||
- Fixes regressions in sbt 0.13.11 - 0.13.13 that processed build-level keys incorrectly. [#2851][2851]/[#2460][2460] by [@eed3si9n]
|
||||
- Fixes regressions in sbt 0.13.11 - 0.13.13 that processed build-level keys incorrectly. [#2851][2851]/[#2460][2460] by [@eed3si9n][]
|
||||
|
||||
[#2851]: https://github.com/sbt/sbt/issues/2851
|
||||
[#2460]: https://github.com/sbt/sbt/issues/2460
|
||||
|
|
|
|||
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
### Bug fixes
|
||||
|
||||
- Fix .triggeredBy/.storeAs/etc not working when using `:=` and `.value` macros. [#1444][1444]/[#2908][2908] by [@dwijnand][]
|
||||
|
||||
[1444]: https://github.com/sbt/sbt/issues/1444
|
||||
[2908]: https://github.com/sbt/sbt/pull/2908
|
||||
[@dwijnand]: https://github.com/dwijnand
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
### Improvements
|
||||
|
||||
- XML generated by JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests. [#PULL][PULL]/[#2198][2198] by [@ashleymercer][@ashleymercer]
|
||||
- XML generated by JUnitXmlTestsListener now correctly flags ignored, skipped and pending tests. [#2198][2198]/[#2854][2854] by [@ashleymercer][@ashleymercer]
|
||||
|
||||
[PULL]: https://github.com/sbt/sbt/pull/PULL
|
||||
[2198]: https://github.com/sbt/sbt/issues/2198
|
||||
[2854]: https://github.com/sbt/sbt/pull/2854
|
||||
[@ashleymercer]: https://github.com/ashleymercer
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
### Improvements
|
||||
|
||||
- Added preliminary compatibility with JDK 9. [#2951][2951]/ by [@retronym][]
|
||||
|
||||
[2951]: https://github.com/sbt/sbt/pull/2951
|
||||
[@retronym]: https://github.com/retronym
|
||||
Loading…
Reference in New Issue