From ed1e41baf9427f6ec18d28cb2d2480c427b1bff0 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 25 Jun 2017 15:23:09 +0200 Subject: [PATCH] Add release notes for 1.0.0-RC6 --- notes/1.0.0-RC6.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 notes/1.0.0-RC6.markdown diff --git a/notes/1.0.0-RC6.markdown b/notes/1.0.0-RC6.markdown new file mode 100644 index 000000000..852add3ea --- /dev/null +++ b/notes/1.0.0-RC6.markdown @@ -0,0 +1,11 @@ +### Changes + +* In sbt-coursier, give slow resolvers a lower priority by default ([#592]) +* In sbt-coursier and sbt-shading, move non-project specific settings from project to build settings ([#592]) +* Small fix in recent Maven snapshot versioning changes ([#592]) + +[#592]: https://github.com/alexarchambault/coursier/pull/592 + +### Non-backward compatible changes + +* None