From 8d584d9ae0bafe8b64d5f37042e94e63d35a4766 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Thu, 31 Aug 2017 12:13:37 +0200 Subject: [PATCH] Add release notes for 1.0.0-RC11 --- notes/1.0.0-RC11.markdown | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 notes/1.0.0-RC11.markdown diff --git a/notes/1.0.0-RC11.markdown b/notes/1.0.0-RC11.markdown new file mode 100644 index 000000000..729459f5a --- /dev/null +++ b/notes/1.0.0-RC11.markdown @@ -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 +