From 8b84e2b94681a0b69a6252dd095488dd4d18ce6c Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sun, 6 Aug 2017 15:56:53 +0200 Subject: [PATCH] Add release notes for 1.0.0-RC9 --- notes/1.0.0-RC9.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 notes/1.0.0-RC9.markdown diff --git a/notes/1.0.0-RC9.markdown b/notes/1.0.0-RC9.markdown new file mode 100644 index 000000000..e9cd3cb85 --- /dev/null +++ b/notes/1.0.0-RC9.markdown @@ -0,0 +1,15 @@ +### Changes + +* Fetch artifacts with custom packaging types (e.g. `aar` packaging, [#620]) +* Fix `updateSbtClassifiers` in sbt-coursier (regressed during RCs, [#620]) +* Add short syntax for [jitpack](https://jitpack.io/) repository from the CLI tools (e.g. `-r jitpack` to add the jitpack repository, [#620]) +* Add support for SHA-256 (thanks to [@gaboraranyossy-da], [#625]) +* Switch to scala-js 0.6.19 ([#627]) +* Fix `publishSigned` when sbt-coursier is enabled (regressed in RC8, [#627]) + + +[#620]: https://github.com/alexarchambault/coursier/pull/620 +[#625]: https://github.com/alexarchambault/coursier/pull/625 +[#627]: https://github.com/alexarchambault/coursier/pull/627 + +[@gaboraranyossy-da]: https://github.com/gaboraranyossy-da