From 9ad1b120c10471c654d03972e6250a57f6a8aefc Mon Sep 17 00:00:00 2001 From: liu fengyun Date: Mon, 9 Apr 2018 10:51:58 +0200 Subject: [PATCH] add notes --- notes/1.1.1/dotty-plugin.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 notes/1.1.1/dotty-plugin.md diff --git a/notes/1.1.1/dotty-plugin.md b/notes/1.1.1/dotty-plugin.md new file mode 100644 index 000000000..6250c30dd --- /dev/null +++ b/notes/1.1.1/dotty-plugin.md @@ -0,0 +1,9 @@ +[@liufengyun]: https://github.com/liufengyun + +[4073]: https://github.com/sbt/sbt/issues/4073 +[4084]: https://github.com/sbt/sbt/pull/4084 + + +### Improvements + +- Detect dotty plugins which have descriptor file named `plugin.properties` instead of `scalac-plugin.xml`. [#4073][4073]/[#4084][4084] by [@liufengyun][@liufengyun]