diff --git a/notes/0.13.10/dont-pass-jflag-to-local-java.md b/notes/0.13.10/dont-pass-jflag-to-local-java.md new file mode 100644 index 000000000..a1e660b63 --- /dev/null +++ b/notes/0.13.10/dont-pass-jflag-to-local-java.md @@ -0,0 +1,11 @@ + + [@Duhemm]: http://github.com/Duhemm + [1968]: https://github.com/sbt/sbt/issues/1968 + [2272]: https://github.com/sbt/sbt/pull/2272 + +### Fixes with compatibility implications + +### Improvements + +### Bug fixes +- Don't pass `-J` options to the local java compiler (issue [#1968][1968]) [#2272][2272] by [@Duhemm][@Duhemm] diff --git a/notes/0.13.10/parse-non-compile-errors.md b/notes/0.13.10/parse-non-compile-errors.md new file mode 100644 index 000000000..3d45366b7 --- /dev/null +++ b/notes/0.13.10/parse-non-compile-errors.md @@ -0,0 +1,11 @@ + + [@Duhemm]: http://github.com/Duhemm + [2256]: https://github.com/sbt/sbt/issues/2256 + [2272]: https://github.com/sbt/sbt/pull/2272 + +### Fixes with compatibility implications + +### Improvements + +### Bug fixes +- Improve `JavaErrorParser` to parse non-compile-errors (issue [#2256][2256]) [#2272][2272] by [@Duhemm][@Duhemm]