From ca904870730f260b91dd2a78929a301965323a5f Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 9 Sep 2016 12:24:20 +0200 Subject: [PATCH] Add release notes for 1.0.0-M14-1 --- notes/1.0.0-M14-1.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 notes/1.0.0-M14-1.markdown diff --git a/notes/1.0.0-M14-1.markdown b/notes/1.0.0-M14-1.markdown new file mode 100644 index 000000000..8f707d3af --- /dev/null +++ b/notes/1.0.0-M14-1.markdown @@ -0,0 +1,11 @@ +Mainly a convinience release for the current state of the `coursier spark-submit` command. + +### Changes + +* Add an experimental and subject to change `coursier spark-submit` command, allowing to submit applications via spark rather than launching them locally ([#335]). + +[#335]: https://github.com/alexarchambault/coursier/pull/335 + +### Non-backward compatible changes + +* N/A