summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-07-06 18:17:20 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-07-06 18:17:20 -0700
commitd93b9abae3aae1a5378f361040190076f7434ff5 (patch)
treeb38378fcd7ec7a4001959bcd5edb2ee41e723da9 /readme.md
parenteb7082b284c35e968cf6ef8dff19274870b8fbe4 (diff)
downloadmill-d93b9abae3aae1a5378f361040190076f7434ff5.tar.gz
mill-d93b9abae3aae1a5378f361040190076f7434ff5.tar.bz2
mill-d93b9abae3aae1a5378f361040190076f7434ff5.zip
0.2.4
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 6b087282..88c03a6f 100644
--- a/readme.md
+++ b/readme.md
@@ -151,6 +151,16 @@ optimizer without classpath conflicts.
## Changelog
+### 0.2.4
+
+- Fix resolution of `scala-{library,compiler,reflect}` in case of conflict
+
+- Allow configuration of `JavaModule` and `ScalafmtModule` scala workers
+
+- Allow hyphens in module and task names
+
+- Fix publishing of ScalaJS modules to properly handle upstream ScalaJS dependencies
+
### 0.2.3
- Added the [mill show visualize](http://www.lihaoyi.com/mill/#visualize)