diff --git a/notes/0.13.14/buildlevelkey.md b/notes/0.13.14/buildlevelkey.md index e5ee44518..4bcb1cff6 100644 --- a/notes/0.13.14/buildlevelkey.md +++ b/notes/0.13.14/buildlevelkey.md @@ -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 diff --git a/notes/0.13.14/fix-triggeredBy-storeAs-etc-using-colon-equals.md b/notes/0.13.14/fix-triggeredBy-storeAs-etc-using-colon-equals.md new file mode 100644 index 000000000..9e25af3df --- /dev/null +++ b/notes/0.13.14/fix-triggeredBy-storeAs-etc-using-colon-equals.md @@ -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 diff --git a/notes/0.13.14/junit_xml_imp.md b/notes/0.13.14/junit_xml_imp.md index 3fafbe71f..0c9d8bf76 100644 --- a/notes/0.13.14/junit_xml_imp.md +++ b/notes/0.13.14/junit_xml_imp.md @@ -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 diff --git a/notes/0.13.14/preliminary-compatibility-with-jdk9.md b/notes/0.13.14/preliminary-compatibility-with-jdk9.md new file mode 100644 index 000000000..9eddb4ea7 --- /dev/null +++ b/notes/0.13.14/preliminary-compatibility-with-jdk9.md @@ -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