From 5c6dae92c36247fbcbe6eab9de950cb4b4eb81b3 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Wed, 21 Jun 2017 09:47:57 +0200 Subject: [PATCH] Add release notes for 1.0.0-RC5 --- notes/1.0.0-RC5.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes/1.0.0-RC5.markdown diff --git a/notes/1.0.0-RC5.markdown b/notes/1.0.0-RC5.markdown new file mode 100644 index 000000000..cab5cce93 --- /dev/null +++ b/notes/1.0.0-RC5.markdown @@ -0,0 +1,14 @@ +### Changes + +* Fix `updateSbtClassifiers` (regression in `1.0.0-RC4`, [#585]) +* Fix in Maven dependency management scope overriding ([#587]) +* Don't print duplicated dependencies in `coursier resolve` output ([#587]) +* Move non-project specific settings to `buildSettings` in sbt-coursier ([#588]) + +[#585]: https://github.com/alexarchambault/coursier/pull/585 +[#587]: https://github.com/alexarchambault/coursier/pull/587 +[#588]: https://github.com/alexarchambault/coursier/pull/588 + +### Non-backward compatible changes + +* None