From 325e8c84ee99a7ea0e955c9e081d1bd3379ce882 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Fri, 12 May 2017 13:28:02 +0200 Subject: [PATCH] Add release notes for 1.0.0-RC3 --- notes/1.0.0-RC3.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 notes/1.0.0-RC3.markdown diff --git a/notes/1.0.0-RC3.markdown b/notes/1.0.0-RC3.markdown new file mode 100644 index 000000000..8cf837942 --- /dev/null +++ b/notes/1.0.0-RC3.markdown @@ -0,0 +1,12 @@ +### Changes + +* Shade jsoup dependency from core ([#534]) +* Better support for Typelevel Scala in sbt-coursier ([#541]) +* Various fixes ([#541]) + +[#534]: https://github.com/alexarchambault/coursier/pull/534 +[#541]: https://github.com/alexarchambault/coursier/pull/541 + +### Non-backward compatible changes + +* None