From d4cb232e65007871302b8a6c0c115ae89f8018b5 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 20 Jul 2017 00:39:23 +0200 Subject: [PATCH] Add release notes for 1.0.0-RC8 --- notes/1.0.0-RC8.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes/1.0.0-RC8.markdown diff --git a/notes/1.0.0-RC8.markdown b/notes/1.0.0-RC8.markdown new file mode 100644 index 000000000..b36c137b7 --- /dev/null +++ b/notes/1.0.0-RC8.markdown @@ -0,0 +1,14 @@ +### Changes + +* Add support for sbt 1.0.0-RC2 ([#610]) +* Don't require adding `"test-jar"` to the `classpathTypes` setting to add test artifacts to the classpath ([#612]) +* Increase default maximum number of iterations in resolution in sbt plugin (set it to the same value as the CLI tools, 100, [#613]) +* Fix in compatibility API ([#614]) + + + +[#610]: https://github.com/alexarchambault/coursier/pull/610 +[#612]: https://github.com/alexarchambault/coursier/pull/612 +[#613]: https://github.com/alexarchambault/coursier/pull/613 +[#614]: https://github.com/alexarchambault/coursier/pull/614 +