From 3159ce1063affd5528a4613ca549c27e8d4dc3fc Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Wed, 25 Mar 2015 18:11:36 -0400 Subject: [PATCH] Adds note to on #1940 --- notes/0.13.9/help.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 notes/0.13.9/help.markdown diff --git a/notes/0.13.9/help.markdown b/notes/0.13.9/help.markdown new file mode 100644 index 000000000..dd4d875be --- /dev/null +++ b/notes/0.13.9/help.markdown @@ -0,0 +1,16 @@ + [@cunei]: https://github.com/cunei + [@eed3si9n]: https://github.com/eed3si9n + [@gkossakowski]: https://github.com/gkossakowski + [@jsuereth]: https://github.com/jsuereth + [@DavidPerezIngeniero]: https://github.com/DavidPerezIngeniero + + [1900]: https://github.com/sbt/sbt/issues/1900 + [1940]: https://github.com/sbt/sbt/pull/1940 + +### Changes with compatibility implications + +### Improvements + +### Fixes + +- Captures errors on `help` command. [#1900][1900]/[#1940][1940] by [@DavidPerezIngeniero][@DavidPerezIngeniero]