Add release notes for 1.0.0-RC6

This commit is contained in:
Alexandre Archambault 2017-06-25 15:23:09 +02:00
parent ff228711ec
commit ed1e41baf9
1 changed files with 11 additions and 0 deletions

11
notes/1.0.0-RC6.markdown Normal file
View File

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