Add release notes for 1.0.0-RC10

This commit is contained in:
Alexandre Archambault 2017-08-09 15:48:44 +02:00
parent 8e3558ca01
commit b6aeaac55f
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
### Changes
* Automatically ensure the sbt plugin releases repository is there when needed (fixes issues fetching plugins enabled in `~/.sbt/0.13/plugins/plugins.sbt`, along with sbt-coursier, when starting sbt, [#635])
* Fix possible issue getting some internal sbt dependency when starting it, with sbt-coursier enabled ([#633])
[#633]: https://github.com/alexarchambault/coursier/pull/633
[#635]: https://github.com/alexarchambault/coursier/pull/635