summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-03-03 22:43:44 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-03 22:45:35 -0800
commit26831bff9d5cbdc315117399f380b4742b14b9cd (patch)
treeba2a8d8761a54cf73a288a8040df47df900d808a /readme.md
parent3c698463691aebc596c94f1fb269e88cd215a69e (diff)
downloadmill-26831bff9d5cbdc315117399f380b4742b14b9cd.tar.gz
mill-26831bff9d5cbdc315117399f380b4742b14b9cd.tar.bz2
mill-26831bff9d5cbdc315117399f380b4742b14b9cd.zip
0.1.40.1.4
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index fa68fd85..c67170dc 100644
--- a/readme.md
+++ b/readme.md
@@ -330,6 +330,24 @@ rm -rf out/
## Changelog
+### 0.1.4
+
+- Speed up Mill client initialization by another 50-100ms
+
+- Speed up incremental `assembly`s in the common case where upstream
+ dependencies do not change.
+
+- Make `ScalaJSModule#run` work with main-method discovery
+
+- Make `ScalaWorkerModule` user-defineable, so you can use your own custom
+ coursier resolvers when resolving Mill's own jars
+
+- Simplify definitions of `SCM` strings
+
+- Make the build REPL explicitly require `-i`/`--interactive` to run
+
+- Log a message when Mill is initializing the Zinc compiler interface
+
### 0.1.3
- Greatly reduced the overhead of evaluating Mill tasks, with a warm