mirror of https://github.com/sbt/sbt.git
Add release notes for 1.0.0-RC11
This commit is contained in:
parent
c9f1ebf2e7
commit
8d584d9ae0
|
|
@ -0,0 +1,16 @@
|
|||
### Changes
|
||||
|
||||
* Fix small glitch in API ([#638], thanks to [@larsrh])
|
||||
* Accept (even) more loose checksum formats ([#640], thanks to [@hochgi])
|
||||
* Tweak repository handling when during sbt start up (fixes issues with global plugins in sbt 1.0, [#645])
|
||||
* Don't generate malformed Ivy XML due to pretty-printing ([#646])
|
||||
|
||||
|
||||
[#638]: https://github.com/alexarchambault/coursier/pull/638
|
||||
[#640]: https://github.com/alexarchambault/coursier/pull/640
|
||||
[#645]: https://github.com/alexarchambault/coursier/pull/645
|
||||
[#646]: https://github.com/alexarchambault/coursier/pull/646
|
||||
|
||||
[@larsrh]: https://github.com/larsrh
|
||||
[@hochgi]: https://github.com/hochgi
|
||||
|
||||
Loading…
Reference in New Issue