From a9f0a1648614ef4d8a29475cad204a8488578bd6 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sun, 28 Jun 2015 22:06:52 -0400 Subject: [PATCH] Merge notes --- notes/0.13.9.markdown | 9 +++++++++ notes/0.13.9/distinct-rename.markdown | 12 ------------ notes/0.13.9/run-input-task.markdown | 11 ----------- notes/0.13.9/undefined-settings-debug-info.markdown | 13 ------------- 4 files changed, 9 insertions(+), 36 deletions(-) delete mode 100644 notes/0.13.9/distinct-rename.markdown delete mode 100644 notes/0.13.9/run-input-task.markdown delete mode 100644 notes/0.13.9/undefined-settings-debug-info.markdown diff --git a/notes/0.13.9.markdown b/notes/0.13.9.markdown index afbfcbe6e..490c7a823 100644 --- a/notes/0.13.9.markdown +++ b/notes/0.13.9.markdown @@ -44,6 +44,10 @@ [2068]: https://github.com/sbt/sbt/pull/2068 [2005]: https://github.com/sbt/sbt/issues/2005 [2075]: https://github.com/sbt/sbt/pull/2075 + [1973]: https://github.com/sbt/sbt/issues/1973 + [2006]: https://github.com/sbt/sbt/pull/2006 + [2008]: https://github.com/sbt/sbt/issues/2008 + [2009]: https://github.com/sbt/sbt/pull/2009 ### Fixes with compatibility implications @@ -62,6 +66,11 @@ - Adds help message for `inspect actual`. [#1651][1651]/[#1990][1990] by [@dwijnand][@dwijnand] - Supports excluding tests in `testOnly`/`testQuick` with `-`, for example `-MySpec`. [#1970][1970] by [@matthewfarwell][@matthewfarwell] +- Adds more diagnostic info for underfined settings. + [#2008][2008]/[#2009][2009] by [@DavidPerezIngeniero][@DavidPerezIngeniero] +- Adds an `Extracted.runInputTask` helper to assist with imperatively executing input tasks. [#2006][2006] by [@jroper][@jroper] +- Renames `distinct` method on `PathFinder` to `distinctName`. [#1973][1973] by [@eed3si9n][@eed3si9n] +- Adds `distinctPath` method on `PathFinder`. [#1973][1973] by [@eed3si9n][@eed3si9n] ### Bug fixes diff --git a/notes/0.13.9/distinct-rename.markdown b/notes/0.13.9/distinct-rename.markdown deleted file mode 100644 index 28f8bdb21..000000000 --- a/notes/0.13.9/distinct-rename.markdown +++ /dev/null @@ -1,12 +0,0 @@ - - [@eed3si9n]: http://github.com/eed3si9n - [1973]: https://github.com/sbt/sbt/issues/1973 - -### Fixes with compatibility implications - -### Improvements - -- Renames `distinct` method on `PathFinder` to `distinctName`. [#1973][1973] by [@eed3si9n][@eed3si9n] -- Adds `distinctPath` method on `PathFinder`. [#1973][1973] by [@eed3si9n][@eed3si9n] - -### Bug fixes diff --git a/notes/0.13.9/run-input-task.markdown b/notes/0.13.9/run-input-task.markdown deleted file mode 100644 index be3cef053..000000000 --- a/notes/0.13.9/run-input-task.markdown +++ /dev/null @@ -1,11 +0,0 @@ - - [@jroper]: http://github.com/jroper - [2006]: https://github.com/sbt/sbt/pull/2006 - -### Fixes with compatibility implications - -### Improvements - -- Add an Extracted.runInputTask helper to assist with imperatively executing input tasks. [#2006][2006] by [@jroper][@jroper] - -### Bug fixes diff --git a/notes/0.13.9/undefined-settings-debug-info.markdown b/notes/0.13.9/undefined-settings-debug-info.markdown deleted file mode 100644 index de03762f4..000000000 --- a/notes/0.13.9/undefined-settings-debug-info.markdown +++ /dev/null @@ -1,13 +0,0 @@ - - [@DavidPerezIngeniero]: http://github.com/DavidPerezIngeniero - [2008]: https://github.com/sbt/sbt/issues/2008 - [2009]: https://github.com/sbt/sbt/pull/2009 - -### Fixes with compatibility implications - -### Improvements - -- Adds more diagnostic info for underfined settings. - [#2008][2008]/[#2009][2009] by [@DavidPerezIngeniero][@DavidPerezIngeniero] - -### Bug fixes