From b6aeaac55f6ad21bee4ba475b09da2beb2b356d7 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 9 Aug 2017 15:48:44 +0200 Subject: [PATCH] Add release notes for 1.0.0-RC10 --- notes/1.0.0-RC10.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 notes/1.0.0-RC10.markdown diff --git a/notes/1.0.0-RC10.markdown b/notes/1.0.0-RC10.markdown new file mode 100644 index 000000000..e78bd6be5 --- /dev/null +++ b/notes/1.0.0-RC10.markdown @@ -0,0 +1,9 @@ +### Changes + +* Automatically ensure the sbt plugin releases repository is there when needed (fixes issues fetching plugins enabled in `~/.sbt/0.13/plugins/plugins.sbt`, along with sbt-coursier, when starting sbt, [#635]) +* Fix possible issue getting some internal sbt dependency when starting it, with sbt-coursier enabled ([#633]) + + +[#633]: https://github.com/alexarchambault/coursier/pull/633 +[#635]: https://github.com/alexarchambault/coursier/pull/635 +