From d1caf32a86aaa73bb5d22dd0ce663b579983f68c Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Mon, 14 Dec 2015 17:19:15 -0500 Subject: [PATCH] Adds release note for #2303 --- notes/0.13.10.markdown | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 notes/0.13.10.markdown diff --git a/notes/0.13.10.markdown b/notes/0.13.10.markdown new file mode 100644 index 000000000..b3e7fb48d --- /dev/null +++ b/notes/0.13.10.markdown @@ -0,0 +1,19 @@ + + [@eed3si9n]: https://github.com/eed3si9n + [@gkossakowski]: https://github.com/gkossakowski + [@jsuereth]: https://github.com/jsuereth + [@dwijnand]: http://github.com/dwijnand + [@jrudolph]: https://github.com/jrudolph + [2302]: https://github.com/sbt/sbt/issues/2302 + [2303]: https://github.com/sbt/sbt/pull/2303 + +### Fixes with compatibility implications + + + +### Improvements + + +### Bug fixes + +- Fixes task scheduling performance on large builds by skipping checks in `sbt.Execute`. [#2302][2302]/[#2303][2303] by [@jrudolph][@jrudolph]