Add release notes for 1.0.0-RC5

This commit is contained in:
Alexandre Archambault 2017-06-21 09:47:57 +02:00
parent 65720fab35
commit 5c6dae92c3
1 changed files with 14 additions and 0 deletions

14
notes/1.0.0-RC5.markdown Normal file
View File

@ -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